Skip to content

Commit

Permalink
New release and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Nov 12, 2018
1 parent e045411 commit d9ac5e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Change Log

<br />

v4.1.1
------

* Fix `bug <https://github.com/evansd/whitenoise/issues/202>`_ in ETag
handling (thanks `@edmorley <https://github.com/edmorley>`_).
* Add .woff2 to the list of file extensions that don't require compression

This comment has been minimized.

Copy link
@edmorley

edmorley Nov 13, 2018

Contributor

I think it was only the docs that were updated for woff2?
ca3bf32

The woff2 extension has been excluded since WhiteNoise 3:
https://github.com/evansd/whitenoise/blob/v3.0b1/whitenoise/compress.py#L29

This comment has been minimized.

Copy link
@evansd

evansd Nov 13, 2018

Author Owner

Good catch! The dangers of making a release in a hurry :) I've updated the changelog now

(thanks `@jamesbeith <https://github.com/jamesbeith>`_).


v4.1
----

Expand Down
2 changes: 1 addition & 1 deletion whitenoise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .base import WhiteNoise

__version__ = '4.1'
__version__ = '4.1.1'

__all__ = ['WhiteNoise']

0 comments on commit d9ac5e6

Please sign in to comment.