[Checkins] SVN: zope.app.component/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Thu Mar 12 14:41:26 EDT 2009


Log message for revision 98010:
  Bump version.

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	2009-03-12 18:40:49 UTC (rev 98009)
+++ zope.app.component/trunk/CHANGES.txt	2009-03-12 18:41:26 UTC (rev 98010)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.2 (unreleased)
 ------------------
 
+- ...
+
+3.6.1 (2009-03-12)
+------------------
+
 - Make ``class`` directive schemas importable from old location,
   raising a deprecation warning. It was moved in the previous release,
   but some custom directives could possibly use its schemas. 

Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2009-03-12 18:40:49 UTC (rev 98009)
+++ zope.app.component/trunk/setup.py	2009-03-12 18:41:26 UTC (rev 98010)
@@ -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.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list