diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-05-14 18:24:02 +0200 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-05-14 18:24:08 +0200 |
| commit | 37d6821d35074ccbf1b0deeeb03561b07dbafd45 (patch) | |
| tree | 58b5c465431e35ca53719fac66521b87b5b144cb | |
| parent | 53b98b5a7cd7febc97add511c36d91285e03d86a (diff) | |
Bumped version numbers 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 1c3e27cf69..bfd4caf592 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 13, 'final', 0) +VERSION = (1, 4, 14, 'alpha', 0) def get_version(version=None): """Derives a PEP386-compliant version number from VERSION.""" |
