[Checkins] SVN: zope.app.container/trunk/ Preparing release 3.8.2

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:42:05 EST 2010


Log message for revision 107832:
  Preparing release 3.8.2

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

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2010-01-08 21:41:58 UTC (rev 107831)
+++ zope.app.container/trunk/CHANGES.txt	2010-01-08 21:42:04 UTC (rev 107832)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.2 (unreleased)
+3.8.2 (2010-01-08)
 ------------------
 
 - Fix tests using a newer zope.publisher that requires zope.login.

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2010-01-08 21:41:58 UTC (rev 107831)
+++ zope.app.container/trunk/setup.py	2010-01-08 21:42:04 UTC (rev 107832)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.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