summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-02 21:18:44 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-02 21:18:44 +0000
commitf4afec9893d6af6532963b7396ce017aace313f2 (patch)
tree79fae0938b2f18e466a595347d0eec140eaf959c /setup.py
parentaee48854a164382c655acb9f18b3c06c3d238e81 (diff)
Bump legacy support branch to 0.95.4 for impending security releasestable/0.95.x
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@8879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',