Skip to content

Commit

Permalink
Release version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Aug 4, 2020
1 parent 2f273a8 commit f67cdf3
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
Expand Up @@ -6,6 +6,16 @@ Change Log
<br />


v5.2.0
------

* Add support for `relative STATIC_URLs <https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-STATIC_URL>`_
in settings, as allowed in Django 3.1.
* Add mimetype for ``.mjs`` (JavaScript module) files and use recommended
``text/javascript`` mimetype for ``.js`` files (thanks `@hanswilw <https://github.com/hanswilw>`_).
* Various documentation improvements (thanks `@lukeburden <https://github.com/lukeburden>`_).


v5.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion whitenoise/__init__.py
@@ -1,5 +1,5 @@
from .base import WhiteNoise

__version__ = "5.1.0"
__version__ = "5.2.0"

__all__ = ["WhiteNoise"]

0 comments on commit f67cdf3

Please sign in to comment.