diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-12-12 13:48:32 -0600 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-12-12 13:48:32 -0600 |
| commit | 073eed95173dab72a615545d2cd762009dac88e6 (patch) | |
| tree | bc9f68f4b08febe324d62528ca807666d3b93e2f | |
| parent | de1d5d5df5238136e8cd114e36065857bee1ace4 (diff) | |
Bumped version number for 1.6.1.1.6.1
| -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 64ef084e4a..fc9830bd8f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 0, 'final', 0) +VERSION = (1, 6, 1, 'final', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
