diff options
| author | James Bennett <james@b-list.org> | 2013-10-22 21:56:12 -0500 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2013-10-22 21:56:12 -0500 |
| commit | 9c982053f4d9c9696214d7c20ab32204d27e4a94 (patch) | |
| tree | 078c919cd82c36e6000ff0734510df16dbdfed92 | |
| parent | bcc65c13a086f3e6d24dc7fc92a167fd836af501 (diff) | |
[1.6.x] Bump version number for 1.6 release candidate.1.6c1
| -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 e9c75e142f..24be902a1b 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 0, 'beta', 4) +VERSION = (1, 6, 0, 'rc', 1) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
