diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-15 12:59:10 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-15 12:59:10 -0400 |
| commit | efee30e6b0ea5c7bbfd4adb84c186f92edf49c13 (patch) | |
| tree | 94e9131dcc58fe7e143aa690a865c34ceb70a1ad | |
| parent | 629813a8041da266d7ea1a001cd46259f87a486a (diff) | |
[1.4.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 03a43fcc74..d9d6c4bac4 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 8, 'final', 0) +VERSION = (1, 4, 9, 'alpha', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION.""" |
