Bump version

This commit is contained in:
Camilo Nova 2017-11-17 18:31:21 -05:00
parent f1474d683b
commit 12e66a3f4e
2 changed files with 14 additions and 1 deletions

View file

@ -1,6 +1,19 @@
Changes
=======
3.0.1 (2017-11-17)
------------------
- Fix DeprecationWarning for logger warning
[richardowen]
- Fixes global lockout possibility
[joeribekker]
- Changed the way output is handled in the management commands
[ataylor32]
3.0.0 (2017-11-17)
------------------

View file

@ -1,4 +1,4 @@
__version__ = '3.0.0'
__version__ = '3.0.1'
default_app_config = 'axes.apps.AppConfig'