Version 5.0b1

This commit is contained in:
Aleksi Häkli 2019-04-30 22:02:58 +03:00 committed by Aleksi Häkli
parent d5096a6464
commit 0ba331b66a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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