[Checkins] SVN: z3c.securitytool/trunk/ Made changes for pypi package

Daniel Blackburn blackburnd at gmail.com
Sat Jan 26 10:38:11 EST 2008


Log message for revision 83251:
  Made changes for pypi package

Changed:
  U   z3c.securitytool/trunk/CHANGES.txt
  U   z3c.securitytool/trunk/setup.py

-=-
Modified: z3c.securitytool/trunk/CHANGES.txt
===================================================================
--- z3c.securitytool/trunk/CHANGES.txt	2008-01-26 15:34:47 UTC (rev 83250)
+++ z3c.securitytool/trunk/CHANGES.txt	2008-01-26 15:38:11 UTC (rev 83251)
@@ -2,13 +2,21 @@
 CHANGES
 =======
 
-Version 1.0.0 (2008-01-26)
+
+Version 0.2.0 (2008-01-26)
 --------------------------
 
 - Initial release of fully functional z3c.securitytool
   
 
 
+Version 0.2.1 (2008-01-26)
+--------------------------
 
+- Fixed bug with Principal Details page
+  
 
 
+
+
+

Modified: z3c.securitytool/trunk/setup.py
===================================================================
--- z3c.securitytool/trunk/setup.py	2008-01-26 15:34:47 UTC (rev 83250)
+++ z3c.securitytool/trunk/setup.py	2008-01-26 15:38:11 UTC (rev 83251)
@@ -27,7 +27,7 @@
 
 setup (
     name='z3c.securitytool',
-    version='0.2.0',
+    version='0.2.1',
     author = "Daniel Blackburn, Martin Hefler, Markus Kemmerl, Stephan Richter, Randy Crafton",
     author_email = "zope3-dev at zope.org",
     description = "An security audit tool for Zope3 views",



More information about the Checkins mailing list