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