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 d5d8942 commit c30be97Copy full SHA for c30be97
django/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 2, 3, 'final', 0)
+VERSION = (1, 2, 4, 'final', 0)
2
3
def get_version():
4
version = '%s.%s' % (VERSION[0], VERSION[1])
0 commit comments