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