Skip to content

Commit b170c07

Browse files
committed
[1.5.x] Correct final element of version tuple.
1 parent 5209382 commit b170c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 5, 0, 'final', 2)
1+
VERSION = (1, 5, 0, 'final', 0)
22

33
def get_version(*args, **kwargs):
44
# Don't litter django/__init__.py with all the get_version stuff.

0 commit comments

Comments
 (0)