[Checkins] SVN: zope.app.component/trunk/ - Trunk is 3.5.1 now

Sidnei da Silva sidnei at enfoldsystems.com
Mon Oct 13 13:08:15 EDT 2008


Log message for revision 92126:
   - Trunk is 3.5.1 now

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

-=-
Modified: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2008-10-13 17:06:08 UTC (rev 92125)
+++ zope.app.component/trunk/CHANGES.txt	2008-10-13 17:08:15 UTC (rev 92126)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.1 (Unreleased)
+------------------
+
+- ...
+
 3.5.0 (2008-10-13)
 ------------------
 

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2008-10-13 17:06:08 UTC (rev 92125)
+++ zope.app.component/trunk/setup.py	2008-10-13 17:08:15 UTC (rev 92126)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.5.0',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list