Bump version

This commit is contained in:
Camilo Nova 2016-11-24 08:55:38 -05:00
parent 8fde5cf658
commit 634c542dad
2 changed files with 11 additions and 1 deletions

View file

@ -1,6 +1,16 @@
Changes
=======
2.3.2 (2016-11-24)
------------------
- Only look for lockable users on a POST
[schinckel]
- Fix and add tests for IPv4 and IPv6 parsing
[aleksihakli]
2.3.1 (2016-11-12)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '2.3.1'
__version__ = '2.3.2'
default_app_config = 'axes.apps.AppConfig'