diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-20 16:38:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-20 16:38:01 -0400 |
| commit | 808c0dc705cd4b5be9903d20163e08bb080a42c2 (patch) | |
| tree | 76551d15fa24ea5cea7110e2eedc604ee5997875 | |
| parent | 66638a09c582a3b9de23c04ccaa326e6ba6575b7 (diff) | |
[1.6.x] Bumped version number post-release.
| -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 6ebefc119f..b954fd3d20 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 6, 'final', 0) +VERSION = (1, 6, 7, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
