From 4e922f608424b36e83ff54a106392476e9e24c3e Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 14 May 2014 18:27:45 +0200 Subject: Bumped version numbers for release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/__init__.py') diff --git a/django/__init__.py b/django/__init__.py index c820eef6ea..241591443e 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 5, 8, 'alpha', 0) +VERSION = (1, 5, 8, 'final', 0) def get_version(*args, **kwargs): # Don't litter django/__init__.py with all the get_version stuff. -- cgit v1.3