From f4afec9893d6af6532963b7396ce017aace313f2 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Tue, 2 Sep 2008 21:18:44 +0000 Subject: [PATCH] Bump legacy support branch to 0.95.4 for impending security release git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@8879 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 e72088a256..5e04a072bc 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 95.3, None) +VERSION = (0, 95.4, None) diff --git a/setup.py b/setup.py index 0391cb9929..17380f103c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name = "Django", - version = "0.95.3", + version = "0.95.4", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = 'holovaty@gmail.com',