Skip to content

Commit

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

<br />

v4.1.2
------

* Add correct MIME type for WebAssembly, which is required for files to be
executed (thanks `@mdboom <https://github.com/mdboom>`_ ).
* Stop accessing the FILE_CHARSET Django setting which was almost entirely
unused and is now deprecated (thanks `@timgraham
<https://github.com/timgraham>`_).


v4.1.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.1'
__version__ = '4.1.2'

__all__ = ['WhiteNoise']

0 comments on commit 8a374b4

Please sign in to comment.