diff options
| author | James Bennett <james@b-list.org> | 2013-11-06 07:54:49 -0600 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-11-06 07:54:49 -0600 |
| commit | a71ff762356a46f37d189f503f0ec2aaaca6ad0e (patch) | |
| tree | a49f3f93a20180fc84dbfd17761e87fd2d17ba24 /django/__init__.py | |
| parent | 84b9ab7c1d0dd2567a060e148ad630c7aa0103ee (diff) | |
[1.6.x] Bump version numbers for 1.6 release.
Diffstat (limited to 'django/__init__.py')
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index 24be902a1b..64ef084e4a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 0, 'rc', 1) +VERSION = (1, 6, 0, 'final', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
