diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-03-24 00:24:32 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2009-03-24 00:24:32 +0000 |
| commit | da986b7b912013160631cdc3db16e38979c7f0ec (patch) | |
| tree | 44b2b6ea1e89f7ab309ba95d0a0967e417fe2eb1 | |
| parent | 66e1670efae34d721e374788e4c3f8b5fe5fa481 (diff) | |
Bumped version for 1.1 beta.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10132 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 10e8704d51..a21c3344f1 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, 'alpha', 1) +VERSION = (1, 1, 0, 'beta', 1) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
