From c4c00358ee30bbe8b7ae460f873935251b2de079 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 19 Aug 2009 23:42:22 +0000 Subject: [0.96-bugfixes] Bump version information for 0.96.5 bugfix release. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@11469 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3ced47232f..768d873386 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ if len(sys.argv) > 1 and sys.argv[1] == 'bdist_wininst': setup( name = "Django", - version = "0.96.4", + version = "0.96.5", url = 'http://www.djangoproject.com/', author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', -- cgit v1.3