[Checkins] SVN: zope.app.component/tags/3.6.1/ Tag 3.6.1

Dan Korostelev nadako at gmail.com
Thu Mar 12 14:40:49 EDT 2009


Log message for revision 98009:
  Tag 3.6.1

Changed:
  A   zope.app.component/tags/3.6.1/
  U   zope.app.component/tags/3.6.1/CHANGES.txt
  U   zope.app.component/tags/3.6.1/setup.py

-=-
Modified: zope.app.component/tags/3.6.1/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2009-03-12 17:41:21 UTC (rev 98008)
+++ zope.app.component/tags/3.6.1/CHANGES.txt	2009-03-12 18:40:49 UTC (rev 98009)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2009-03-12)
 ------------------
 
 - Make ``class`` directive schemas importable from old location,

Modified: zope.app.component/tags/3.6.1/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2009-03-12 17:41:21 UTC (rev 98008)
+++ zope.app.component/tags/3.6.1/setup.py	2009-03-12 18:40:49 UTC (rev 98009)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version = '3.6.1dev',
+      version = '3.6.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list