Bump version

This commit is contained in:
Camilo Nova 2016-11-12 16:06:49 -05:00
parent 1c0e468f40
commit ef3d527bee
2 changed files with 11 additions and 1 deletions

View file

@ -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)
------------------

View file

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