Skip to content

Commit 687b3d9

Browse files
committed
Bump version number for 1.6.2.
1 parent c58a98c commit 687b3d9

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, 6, 2, 'alpha', 0)
1+
VERSION = (1, 6, 2, '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)