diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-15 12:59:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-15 12:59:53 -0400 |
| commit | ae5f4a04b42a7979ea101ca01f743a3bedd6c514 (patch) | |
| tree | c230c7d04faadbfe13b0a0b4191e8697e5a8e1f5 | |
| parent | 4770fc1c625351f0f2cc60553db773c8a89ac230 (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 00166a4a2c..d4e8894b8f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 4, 'final', 0) +VERSION = (1, 5, 5, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
