diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-09-02 21:19:42 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-09-02 21:19:42 +0000 |
| commit | 1232a467653ea07f7cc2078f4a04906a34240a67 (patch) | |
| tree | b769fbb9c64722a8cb8b4ebb0fedcd8aab22881c /setup.py | |
| parent | 7e0972bded362bc4b851c109df2c8a6548481a8e (diff) | |
Bump legacy support branch to 0.96.3 for impending security release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@8880 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.2", + version = "0.96.3", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = 'holovaty@gmail.com', |
