Skip to content

Commit 811508b

Browse files
committed
[1.6.x] Bump version number for bugfix release.
1 parent 66be18e commit 811508b

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