diff options
| author | James Bennett <james@b-list.org> | 2014-07-27 14:33:04 +0200 |
|---|---|---|
| committer | James Bennett <james@b-list.org> | 2014-07-27 14:33:04 +0200 |
| commit | b4c80238a2b6c3f9fb7437d216082315c601055b (patch) | |
| tree | 54afa620bc8e1185b06da5eeba2347ab8c664d17 | |
| parent | df55a697b39223dc183f3660a435c61e6aea84d5 (diff) | |
[1.7.x] Bump version number for 1.7 RC 2.1.7c2
| -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 b6b72db72a..9ba21b3463 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 0, 'rc', 1) +VERSION = (1, 7, 0, 'rc', 2) def get_version(*args, **kwargs): |
