From a382fbbf6e12a6f7177376bce49ecfe04d25aaac Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 20 Jun 2011 00:33:58 -0400 Subject: [PATCH] Bumped version to 0.7.5 --- apps/main/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/main/__init__.py b/apps/main/__init__.py index 3575666e30..fc01c35396 100644 --- a/apps/main/__init__.py +++ b/apps/main/__init__.py @@ -27,7 +27,7 @@ document_types = {'text': _(u'document types'), 'view': 'document_type_list', 'f __version_info__ = { 'major': 0, 'minor': 7, - 'micro': 4, + 'micro': 5, 'releaselevel': 'final', 'serial': 0 }