mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Version 5.0b1
This commit is contained in:
parent
d5096a6464
commit
0ba331b66a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
5.0a1 (2019-04-27)
|
||||
5.0b1 (2019-04-30)
|
||||
------------------
|
||||
|
||||
- Deprecate Python 2.7, 3.4 and 3.5 support.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '5.0a1'
|
||||
__version__ = '5.0b1'
|
||||
|
||||
default_app_config = 'axes.apps.AppConfig'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue