Bump version

This commit is contained in:
Camilo Nova 2017-07-20 12:20:54 -05:00
parent f9258b6f35
commit 85ece72541
2 changed files with 29 additions and 1 deletions

View file

@ -1,6 +1,34 @@
Changes
=======
2.3.3 (2017-07-20)
------------------
- Many tweaks and handles successful AJAX logins.
[Jack Sullivan]
- Add tests for proxy number parametrization
[aleksihakli]
- Add AXES_NUM_PROXIES setting
[aleksihakli]
- Log failed access attempts regardless of settings
[jimr]
- Updated configuration docs to include AXES_IP_WHITELIST
[Minkey27]
- Add test for get_cache_key function
[jorlugaqui]
- Delete cache key in reset command line
[jorlugaqui]
- Add signals for setting/deleting cache keys
[jorlugaqui]
2.3.2 (2016-11-24)
------------------

View file

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