Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
evansd committed Jul 13, 2019
1 parent 7c3cd37 commit d3f2251
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Expand Up @@ -5,6 +5,18 @@ Change Log

<br />

v4.1.3
------

* Fix handling of zero-valued mtimes which can occur when running on some
filesystems (thanks `@twosigmajab <https://github.com/twosigmajab>`_ for
reporting).
* Fix potential path traversal attack while running in autorefresh mode on
Windows (thanks `@phith0n <https://github.com/phith0n>`_ for reporting).
This is a good time to reiterate that autofresh mode is never intended for
production use.


v4.1.2
------

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

__version__ = '4.1.2'
__version__ = '4.1.3'

__all__ = ['WhiteNoise']

0 comments on commit d3f2251

Please sign in to comment.