1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

Bump version number for 1.6.2.

This commit is contained in:
Jacob Kaplan-Moss 2014-02-06 15:38:06 -06:00
parent c58a98cc34
commit 687b3d96c4

View File

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