[Checkins] SVN: zope.configuration/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Thu Feb 26 09:20:07 EST 2009


Log message for revision 97304:
  Bump version.

Changed:
  U   zope.configuration/trunk/CHANGES.txt
  U   zope.configuration/trunk/setup.py

-=-
Modified: zope.configuration/trunk/CHANGES.txt
===================================================================
--- zope.configuration/trunk/CHANGES.txt	2009-02-26 14:19:36 UTC (rev 97303)
+++ zope.configuration/trunk/CHANGES.txt	2009-02-26 14:20:07 UTC (rev 97304)
@@ -2,9 +2,14 @@
 Changes
 =======
 
-3.5.0 (unreleased)
+3.5.1 (unreleased)
 ------------------
 
+- ...
+
+3.5.0 (2009-02-26)
+------------------
+
 - Added the ``exclude`` directive to standard directives. It was
   previously available via ``zc.configuration`` package and now it's
   merged into ``zope.configuration``.

Modified: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2009-02-26 14:19:36 UTC (rev 97303)
+++ zope.configuration/trunk/setup.py	2009-02-26 14:20:07 UTC (rev 97304)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.configuration',
-      version = '3.5.0dev',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Configuration Markup Language (ZCML)',



More information about the Checkins mailing list