From 156e3653bded607f10c4b1d418d388b2be849d71 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 14 May 2008 04:16:04 +0000 Subject: [PATCH] Version bump 0.95.2 -> 0.95.3 for forthcoming security bugfix release git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@7531 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',