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

Roger Ineichen roger at projekt01.ch
Wed Jul 9 04:59:40 EDT 2008


Log message for revision 88136:
  added dev marker

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

-=-
Modified: zope.app.authentication/trunk/CHANGES.txt
===================================================================
--- zope.app.authentication/trunk/CHANGES.txt	2008-07-09 08:58:13 UTC (rev 88135)
+++ zope.app.authentication/trunk/CHANGES.txt	2008-07-09 08:59:40 UTC (rev 88136)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
+Version 3.4.3dev (unreleased)
+-----------------------------
 
+- ...
+
+
 Version 3.4.2 (2008-07-09)
------------------------------
+--------------------------
 
 - Make it compatible with upcomming zope.app.container 3.6.1 changes.
   Changed super(BTreeContainer, self).__init__() to 

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2008-07-09 08:58:13 UTC (rev 88135)
+++ zope.app.authentication/trunk/setup.py	2008-07-09 08:59:40 UTC (rev 88136)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.authentication',
-      version = '3.4.2',
+      version = '3.4.3dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Pluggable Authentication Utility',



More information about the Checkins mailing list