[Checkins] SVN: zope.viewlet/trunk/ Prep 3.7.2 release.

Tres Seaver tseaver at palladion.com
Tue May 25 10:02:01 EDT 2010


Log message for revision 112690:
  Prep 3.7.2 release.

Changed:
  U   zope.viewlet/trunk/CHANGES.txt
  U   zope.viewlet/trunk/setup.py

-=-
Modified: zope.viewlet/trunk/CHANGES.txt
===================================================================
--- zope.viewlet/trunk/CHANGES.txt	2010-05-25 14:00:55 UTC (rev 112689)
+++ zope.viewlet/trunk/CHANGES.txt	2010-05-25 14:02:00 UTC (rev 112690)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.2 (unreleased)
+3.7.2 (2010-05-25)
 ------------------
 
 - Fixed unit tests broken under Python 2.4 by the switch to the standard
@@ -17,16 +17,19 @@
 - Fixed dubious quoting in metadirectives.py. Closes
   https://bugs.launchpad.net/zope2/+bug/143774.
 
+
 3.7.0 (2009-12-22)
 ------------------
 
 - Depend on zope.browserpage in favor of zope.app.pagetemplate.
 
+
 3.6.1 (2009-08-29)
 ------------------
 
 - Fixed unit tests in README.txt.
 
+
 3.6.0 (2009-08-02)
 ------------------
 

Modified: zope.viewlet/trunk/setup.py
===================================================================
--- zope.viewlet/trunk/setup.py	2010-05-25 14:00:55 UTC (rev 112689)
+++ zope.viewlet/trunk/setup.py	2010-05-25 14:02:00 UTC (rev 112690)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.viewlet',
-      version = '3.7.2dev',
+      version = '3.7.2',
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Viewlets',



More information about the checkins mailing list