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