We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625d3c1 commit 064c0c5Copy full SHA for 064c0c5
django/__init__.py
@@ -1,6 +1,6 @@
1
from django.utils.version import get_version
2
3
-VERSION = (3, 1, 12, 'final', 0)
+VERSION = (3, 1, 13, 'alpha', 0)
4
5
__version__ = get_version(VERSION)
6
0 commit comments