[Checkins] SVN: zope.app.security/trunk/ added dev marker

Roger Ineichen roger at projekt01.ch
Wed Dec 10 22:41:01 EST 2008


Log message for revision 93871:
  added dev marker

Changed:
  U   zope.app.security/trunk/CHANGES.txt
  U   zope.app.security/trunk/setup.py

-=-
Modified: zope.app.security/trunk/CHANGES.txt
===================================================================
--- zope.app.security/trunk/CHANGES.txt	2008-12-11 03:38:57 UTC (rev 93870)
+++ zope.app.security/trunk/CHANGES.txt	2008-12-11 03:41:01 UTC (rev 93871)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.5.3 (2008-12-11)
+3.5.4dev (unreleased)
 ---------------------
 
+- ...
+
+3.5.3 (2008-12-11)
+------------------
+
 - use zope.browser.interfaces.ITerms instead of zope.app.form.browser.interfaces
 
 3.5.2 (2008-07-31)

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2008-12-11 03:38:57 UTC (rev 93870)
+++ zope.app.security/trunk/setup.py	2008-12-11 03:41:01 UTC (rev 93871)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.security',
-      version = '3.5.3',
+      version = '3.5.4dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Security Components for Zope 3 Applications',



More information about the Checkins mailing list