[Checkins] SVN: z3ext.security/trunk/ vb

Nikolay Kim fafhrd at datacom.kz
Thu Mar 12 03:27:07 EDT 2009


Log message for revision 97958:
  vb

Changed:
  U   z3ext.security/trunk/CHANGES.txt
  U   z3ext.security/trunk/buildout.cfg
  U   z3ext.security/trunk/setup.py

-=-
Modified: z3ext.security/trunk/CHANGES.txt
===================================================================
--- z3ext.security/trunk/CHANGES.txt	2009-03-12 07:26:16 UTC (rev 97957)
+++ z3ext.security/trunk/CHANGES.txt	2009-03-12 07:27:07 UTC (rev 97958)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.2.4 (2009-??-??)
+1.2.4 (2009-03-12)
 ------------------
 
 - Fixed permissions/roles calculation in IExtendedGrantInfo

Modified: z3ext.security/trunk/buildout.cfg
===================================================================
--- z3ext.security/trunk/buildout.cfg	2009-03-12 07:26:16 UTC (rev 97957)
+++ z3ext.security/trunk/buildout.cfg	2009-03-12 07:27:07 UTC (rev 97958)
@@ -6,13 +6,11 @@
 recipe = zc.recipe.testrunner
 eggs = z3ext.security [test]
 
-
 [coverage-test]
 recipe = zc.recipe.testrunner
 eggs = z3ext.security [test]
 defaults = ['--coverage', '../../coverage']
 
-
 [coverage-report]
 recipe = zc.recipe.egg
 eggs = z3c.coverage

Modified: z3ext.security/trunk/setup.py
===================================================================
--- z3ext.security/trunk/setup.py	2009-03-12 07:26:16 UTC (rev 97957)
+++ z3ext.security/trunk/setup.py	2009-03-12 07:27:07 UTC (rev 97958)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '1.2.4dev'
+version = '1.2.5dev'
 
 
 setup(name='z3ext.security',



More information about the Checkins mailing list