diff --git a/django/__init__.py b/django/__init__.py index e5f3d5df9b..7838f2d2de 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 'alpha') +VERSION = (1, 0, 'alpha 2') def get_version(): "Returns the version as a human-format string."