Skip to content

Commit

Permalink
Release version 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Dec 10, 2019
1 parent 02b076f commit 2412be2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Change Log

<br />


v5.0
----

.. note:: This is a major version bump, but only because it removes Python 2
compatibility. If you were already running under Python 3 then there should
be no breaking changes.

WhiteNoise is now tested on Python 3.5--3.8 and Django 2.0--3.0.

Other changes include:

* Fix incompatibility with Django 3.0 which caused problems with Safari
(details `here <https://github.com/evansd/whitenoise/issues/240>`_). Thanks
`@paltman <https://github.com/paltman>`_ and `@giilby
<https://github.com/giilby>`_ for diagnosing.
* Lots of improvements to the test suite (including switching to py.test).
Thanks `@NDevox <https://github.com/ndevox>`_ and `@Djailla
<https://github.com/djailla>`_.


v4.1.4
------

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.4"
__version__ = "5.0"

__all__ = ["WhiteNoise"]

0 comments on commit 2412be2

Please sign in to comment.