diff --git a/django/__init__.py b/django/__init__.py index c2aee7c9d2..e72088a256 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 95.2, None) +VERSION = (0, 95.3, None) diff --git a/setup.py b/setup.py index 3188eb4402..0391cb9929 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name = "Django", - version = "0.95.2", + version = "0.95.3", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = 'holovaty@gmail.com',