Bump version

This commit is contained in:
Camilo Nova 2016-09-26 17:11:25 -05:00
parent 393c3455bf
commit 752783fe52
2 changed files with 20 additions and 1 deletions

View file

@ -1,6 +1,25 @@
Changes
=======
2.2.1 (2016-09-26)
------------------
- Make IP position argument optional.
[aredalen]
- Added possibility to disable access log
[svenhertle]
- Fix for IIS used as reverse proxy adding port number
[Dmitri-Sintsov]
- Made the signal race condition safe.
[Minkey27]
- Added AXES_ONLY_USER_FAILURES to support only looking at the user ID.
[lip77us]
2.2.0 (2016-07-20)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '2.2.0'
__version__ = '2.2.1'
default_app_config = 'axes.apps.AppConfig'