Skip to content

Commit

Permalink
Release 4.4.3
Browse files Browse the repository at this point in the history
Fixes #370

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
  • Loading branch information
aleksihakli committed Dec 8, 2018
1 parent deb32c9 commit 295eb62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

4.4.3 (2018-12-08)
------------------

- Fix MANIFEST.in missing German translations
[aleksihakli]

- Add `AXES_RESET_ON_SUCCESS` configuration flag
[arjenzijlstra]


4.4.2 (2018-10-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion axes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import unicode_literals

__version__ = '4.4.2'
__version__ = '4.4.3'

default_app_config = 'axes.apps.AppConfig'

Expand Down

0 comments on commit 295eb62

Please sign in to comment.