Update changelog and pump version to 2.3.0

This commit is contained in:
Jannis Leidel 2016-11-04 12:02:26 +01:00
parent 08690d9db1
commit 10208e7d70
2 changed files with 13 additions and 2 deletions

View file

@ -1,9 +1,20 @@
Changes
=======
2.2.1 (2016-09-26)
2.3.0 (2016-11-04)
------------------
- Fixed ``axes_reset`` management command to skip "ip" prefix to command
arguments.
[EvaMarques]
- Added ``axes_reset_user`` management command to reset lockouts and failed
login records for given users.
[vladimirnani]
- Fixed Travis-PyPI release configuration.
[jezdez]
- Make IP position argument optional.
[aredalen]

View file

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