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
1c0e468f40
commit
ef3d527bee
2 changed files with 11 additions and 1 deletions
10
CHANGES.txt
10
CHANGES.txt
|
|
@ -1,6 +1,16 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.3.1 (2016-11-12)
|
||||
------------------
|
||||
|
||||
- Added settings for disabling success accesslogs
|
||||
[Minkey27]
|
||||
|
||||
- Fixed illegal IP address string passed to inet_pton
|
||||
[samkuehn]
|
||||
|
||||
|
||||
2.3.0 (2016-11-04)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.3.0'
|
||||
__version__ = '2.3.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue