diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-05-14 04:16:04 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-05-14 04:16:04 +0000 |
| commit | 156e3653bded607f10c4b1d418d388b2be849d71 (patch) | |
| tree | f1cdc163cc17077939fe9b4c8669ef11232c5a9c | |
| parent | 50ce7fb57d79e8940ccf6e2781f2f01df029b5c5 (diff) | |
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
| -rw-r--r-- | django/__init__.py | 2 | ||||
| -rw-r--r-- | 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) @@ -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', |
