mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Bump version
This commit is contained in:
parent
f1474d683b
commit
12e66a3f4e
2 changed files with 14 additions and 1 deletions
13
CHANGES.txt
13
CHANGES.txt
|
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '3.0.0'
|
||||
__version__ = '3.0.1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue