diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-02-06 06:05:44 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-02-06 06:05:44 +0000 |
| commit | ae9866663ca62af8a9fbf6c8813b90743f449045 (patch) | |
| tree | a682415f0c3a938a6e2e6c5f8c7b91f56856fe6d /django/__init__.py | |
| parent | 8c43d2e32a7e6410210e624f5e5cfdf19769f648 (diff) | |
Bump version info to 1.2 beta.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12394 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 adf48f864a..a66d4ff0a5 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 2, 0, 'alpha', 1) +VERSION = (1, 2, 0, 'beta', 1) def get_version(): version = '%s.%s' % (VERSION[0], VERSION[1]) |
