diff options
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 5a1c74efa7..d0c5d77bfa 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 6, 0, 'alpha', 1) +VERSION = (1, 6, 0, 'beta', 1) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. |
