From 5968cd6ab617d6b25a43cd3bd3866d4a8f635638 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 28 May 2009 00:39:40 +0000 Subject: - Try checking for an "old style" security policy *after* we parse ZCML (thinko). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index beb06113a..ba31e33e1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.9a3' +__version__ = '0.9a4' import os -- cgit v1.2.3