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