diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-05-26 22:26:27 -0500 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2013-06-06 11:05:33 -0500 |
| commit | 80b15113112d7852bc262af47c18cd02ff904492 (patch) | |
| tree | 88e365c1c88be6daab847cb3c1039968ce8bbe64 /django | |
| parent | e2518fdf46a687454066b8a75263c9019b1e965d (diff) | |
Bumped verion numbers for 1.6a1.
Diffstat (limited to 'django')
| -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 873c328add..5a1c74efa7 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 0, 'alpha', 0) +VERSION = (1, 6, 0, 'alpha', 1) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
