[Checkins] SVN: zope.container/tags/3.8.3/ Tag 3.8.3

Dan Korostelev nadako at gmail.com
Thu Aug 27 10:55:50 EDT 2009


Log message for revision 103286:
  Tag 3.8.3

Changed:
  A   zope.container/tags/3.8.3/
  U   zope.container/tags/3.8.3/CHANGES.txt
  U   zope.container/tags/3.8.3/setup.py

-=-
Modified: zope.container/tags/3.8.3/CHANGES.txt
===================================================================
--- zope.container/trunk/CHANGES.txt	2009-08-27 14:51:54 UTC (rev 103285)
+++ zope.container/tags/3.8.3/CHANGES.txt	2009-08-27 14:55:49 UTC (rev 103286)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.8.3 (unreleased)
+3.8.3 (2009-08-27)
 ------------------
 
 - Move IXMLRPCPublisher ZCML registrations for containers from

Modified: zope.container/tags/3.8.3/setup.py
===================================================================
--- zope.container/trunk/setup.py	2009-08-27 14:51:54 UTC (rev 103285)
+++ zope.container/tags/3.8.3/setup.py	2009-08-27 14:55:49 UTC (rev 103286)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.container',
-      version = '3.8.3dev',
+      version = '3.8.3',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list