Version 5.0

This commit is contained in:
Aleksi Häkli 2019-05-01 18:39:04 +03:00
parent 7d979e2bdc
commit 3bbcfc39f2
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -1,4 +1,4 @@
__version__ = '5.0b1'
__version__ = '5.0'
default_app_config = 'axes.apps.AppConfig'