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

Dan Korostelev nadako at gmail.com
Thu Mar 12 12:53:00 EDT 2009


Log message for revision 98001:
  Bump version.

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	2009-03-12 16:52:27 UTC (rev 98000)
+++ zope.app.container/trunk/CHANGES.txt	2009-03-12 16:52:54 UTC (rev 98001)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.7.2 (unreleased)
+3.7.3 (unreleased)
 ------------------
 
+- ...
+
+3.7.2 (2009-03-12)
+------------------
+
 - Show a "nothing to add" message instead of empty list in the
   adding view, if there's nothing to add.
 

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2009-03-12 16:52:27 UTC (rev 98000)
+++ zope.app.container/trunk/setup.py	2009-03-12 16:52:54 UTC (rev 98001)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.7.2dev',
+      version = '3.7.3dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list