Skip to content

Commit

Permalink
[3.0.x] Post-release version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Apr 1, 2020
1 parent 49b4ec0 commit bf4921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (3, 0, 5, 'final', 0)
VERSION = (3, 0, 6, 'alpha', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit bf4921f

Please sign in to comment.