Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428d06c commit a4d1995Copy full SHA for a4d1995
django/__init__.py
@@ -1,6 +1,6 @@
1
from django.utils.version import get_version
2
3
-VERSION = (5, 0, 2, "final", 0)
+VERSION = (5, 0, 3, "alpha", 0)
4
5
__version__ = get_version(VERSION)
6
0 commit comments