diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-09-02 21:18:44 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-09-02 21:18:44 +0000 |
| commit | f4afec9893d6af6532963b7396ce017aace313f2 (patch) | |
| tree | 79fae0938b2f18e466a595347d0eec140eaf959c /setup.py | |
| parent | aee48854a164382c655acb9f18b3c06c3d238e81 (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
