1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00

[1.6.x] Bumped version for 1.6.9 release.

This commit is contained in:
Tim Graham 2015-01-02 20:40:43 -05:00
parent 22d3048676
commit 4747c2f17f

View File

@ -1,4 +1,4 @@
VERSION = (1, 6, 9, 'alpha', 0)
VERSION = (1, 6, 9, 'final', 0)
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.