[Checkins] SVN: zope.container/trunk/ Prep for 3.8.2.

Chris McDonough chrism at plope.com
Sun May 17 13:42:58 EDT 2009


Log message for revision 100046:
  Prep for 3.8.2.
  

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

-=-
Modified: zope.container/trunk/CHANGES.txt
===================================================================
--- zope.container/trunk/CHANGES.txt	2009-05-17 17:41:52 UTC (rev 100045)
+++ zope.container/trunk/CHANGES.txt	2009-05-17 17:42:58 UTC (rev 100046)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.2 (unreleased)
+3.8.2 (2009-05-17)
 ------------------
 
 - Rid ourselves of ``IContained`` interface.  This interface was moved

Modified: zope.container/trunk/setup.py
===================================================================
--- zope.container/trunk/setup.py	2009-05-17 17:41:52 UTC (rev 100045)
+++ zope.container/trunk/setup.py	2009-05-17 17:42:58 UTC (rev 100046)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.container',
-      version = '3.8.2dev',
+      version = '3.8.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list