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
04f9b43221
commit
d0eb21c32e
2 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
3.0.2 (2017-11-21)
|
||||
------------------
|
||||
|
||||
- Added form_invalid decorator. Fixes #265
|
||||
[camilonova]
|
||||
|
||||
|
||||
3.0.1 (2017-11-17)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '3.0.1'
|
||||
__version__ = '3.0.2'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue