diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-25 07:53:39 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-25 07:53:39 -0400 |
| commit | 7aebbc1632916c35fb4e969a09a46c8773403781 (patch) | |
| tree | 60e3342d2e4f473051bce009fedd76f9c7932457 | |
| parent | c30516e9cca2ddc92a43187284521d0faad2aa88 (diff) | |
[1.5.x] Bump version 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 e87896991b..f7f270002c 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 5, 'final', 0) +VERSION = (1, 5, 6, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
