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 Dec 2, 2019
1 parent d36413a commit 3c370c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version

VERSION = (3, 0, 0, 'final', 1)
VERSION = (3, 0, 1, 'alpha', 1)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 3c370c1

Please sign in to comment.