Version 5.0.1

This commit is contained in:
Aleksi Häkli 2019-05-03 21:20:55 +03:00
parent 16f96de8fd
commit bafdefc7f8
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
Changes
=======
5.0.1 (2019-05-03)
------------------
- Add changelog to documentation.
[aleksihakli]
5.0 (2019-05-01)
----------------

View file

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