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

Dan Korostelev nadako at gmail.com
Thu Aug 27 17:28:21 EDT 2009


Log message for revision 103323:
  Tag 3.9.0
  

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

-=-
Modified: zope.container/tags/3.9.0/CHANGES.txt
===================================================================
--- zope.container/trunk/CHANGES.txt	2009-08-27 20:46:38 UTC (rev 103321)
+++ zope.container/tags/3.9.0/CHANGES.txt	2009-08-27 21:28:21 UTC (rev 103323)
@@ -2,10 +2,14 @@
 CHANGES
 =======
 
-3.8.4 (unreleased)
+3.9.0 (2009-08-28)
 ------------------
 
-- ...
+- Previous releases should be versioned 3.9.0 as they are not pure bugfix
+  releases and worth a "feature" release, increasing feature version.
+  
+  Packages that depend on any changes introduced in version 3.8.2 or 3.8.3
+  should depend on version 3.9 or greater.
 
 3.8.3 (2009-08-27)
 ------------------

Modified: zope.container/tags/3.9.0/setup.py
===================================================================
--- zope.container/trunk/setup.py	2009-08-27 20:46:38 UTC (rev 103321)
+++ zope.container/tags/3.9.0/setup.py	2009-08-27 21:28:21 UTC (rev 103323)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.container',
-      version = '3.8.4dev',
+      version = '3.9.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the checkins mailing list