[Checkins] SVN: zope.container/trunk/ Bump version.

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


Log message for revision 103324:
  Bump version.

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-08-27 21:28:21 UTC (rev 103323)
+++ zope.container/trunk/CHANGES.txt	2009-08-27 21:28:42 UTC (rev 103324)
@@ -2,11 +2,20 @@
 CHANGES
 =======
 
-3.8.4 (unreleased)
+3.9.1 (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/trunk/setup.py
===================================================================
--- zope.container/trunk/setup.py	2009-08-27 21:28:21 UTC (rev 103323)
+++ zope.container/trunk/setup.py	2009-08-27 21:28:42 UTC (rev 103324)
@@ -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.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the checkins mailing list