diff options
| author | James Bennett <ubernostrum@gmail.com> | 2011-12-23 04:00:26 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2011-12-23 04:00:26 +0000 |
| commit | 0e29e48c0548586e999eea090f2da7f2b03563c6 (patch) | |
| tree | 64287a287ce4a0feb72adc96ed274365875835cb /django/__init__.py | |
| parent | 90e05aaeac612a4251640564aa65f103ac635e12 (diff) | |
Bump to 1.4 alpha 1.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/__init__.py')
| -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 994b7cd02c..e790da37f3 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 4, 0, 'alpha', 0) +VERSION = (1, 4, 0, 'alpha', 1) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
