diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-05-14 04:15:22 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-05-14 04:15:22 +0000 |
| commit | 3ca5a055a7578e07ba5f892fefaba23876e9afca (patch) | |
| tree | 2d57c159dfbfb9ee9429b8274d024a074125746f /setup.py | |
| parent | 7791e5c050cebf86d868c5dab7092185b125fdc9 (diff) | |
Version bump 0.96.1 -> 0.96.2 for forthcoming security bugfix release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@7530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst': setup( name = "Django", - version = "0.96.1", + version = "0.96.2", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = 'holovaty@gmail.com', |
