[Checkins] SVN: zope.configuration/tags/3.5.0/ Tag 3.5.0

Dan Korostelev nadako at gmail.com
Thu Feb 26 09:19:37 EST 2009


Log message for revision 97303:
  Tag 3.5.0

Changed:
  A   zope.configuration/tags/3.5.0/
  U   zope.configuration/tags/3.5.0/CHANGES.txt
  U   zope.configuration/tags/3.5.0/setup.py

-=-
Modified: zope.configuration/tags/3.5.0/CHANGES.txt
===================================================================
--- zope.configuration/trunk/CHANGES.txt	2009-02-26 14:10:55 UTC (rev 97302)
+++ zope.configuration/tags/3.5.0/CHANGES.txt	2009-02-26 14:19:36 UTC (rev 97303)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2009-02-26)
 ------------------
 
 - Added the ``exclude`` directive to standard directives. It was

Modified: zope.configuration/tags/3.5.0/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2009-02-26 14:10:55 UTC (rev 97302)
+++ zope.configuration/tags/3.5.0/setup.py	2009-02-26 14:19:36 UTC (rev 97303)
@@ -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.0',
       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