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 001b063 commit e09f09bCopy full SHA for e09f09b
django/__init__.py
@@ -2,7 +2,7 @@
2
3
from django.utils.version import get_version
4
5
-VERSION = (1, 11, 28, 'alpha', 0)
+VERSION = (1, 11, 28, 'final', 0)
6
7
__version__ = get_version(VERSION)
8
0 commit comments