diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-09-11 19:08:55 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-09-11 19:08:55 +0000 |
| commit | 350d7ad5a165b3f2528aef866bcbf6b6780215f0 (patch) | |
| tree | b865e7601ad5300663fc6da972c9c800302025fc | |
| parent | d201d57ffae5505b3db51c112c90344e54fb0208 (diff) | |
This branch is 1.1.1 pre-alpha.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -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 2b87a7e242..a4fc71b07a 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 0, 'alpha', 0) +VERSION = (1, 1, 1, 'alpha', 0) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
