[Checkins] SVN: zope.app.container/branches/3.6/ preparation for new tag version.

Alex Smith alex at zope.com
Tue Oct 21 15:10:18 EDT 2008


Log message for revision 92447:
  
  preparation for new tag version.
  

Changed:
  U   zope.app.container/branches/3.6/CHANGES.txt
  U   zope.app.container/branches/3.6/setup.py

-=-
Modified: zope.app.container/branches/3.6/CHANGES.txt
===================================================================
--- zope.app.container/branches/3.6/CHANGES.txt	2008-10-21 19:08:32 UTC (rev 92446)
+++ zope.app.container/branches/3.6/CHANGES.txt	2008-10-21 19:10:17 UTC (rev 92447)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.2 (2008-10-21)
 ------------------
 
 - Fixed bug in ``_zope_app_container_contained.c``.

Modified: zope.app.container/branches/3.6/setup.py
===================================================================
--- zope.app.container/branches/3.6/setup.py	2008-10-21 19:08:32 UTC (rev 92446)
+++ zope.app.container/branches/3.6/setup.py	2008-10-21 19:10:17 UTC (rev 92447)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.6.1',
+      version = '3.6.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list