mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version
This commit is contained in:
parent
8fde5cf658
commit
634c542dad
2 changed files with 11 additions and 1 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.3.1'
|
||||
__version__ = '2.3.2'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue