Skip to content

Commit

Permalink
Version 5.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Apr 30, 2019
1 parent 8634e7c commit 15621a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion axes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '5.0a1'
__version__ = '5.0b1'

default_app_config = 'axes.apps.AppConfig'

Expand Down

0 comments on commit 15621a3

Please sign in to comment.