diff --git a/django/__init__.py b/django/__init__.py index 8c2e5ee7be..c820eef6ea 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 7, 'final', 0) +VERSION = (1, 5, 8, 'alpha', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff.