[Checkins] SVN: zope.app.publication/trunk/ Preparing release 3.6.0

Michael Howitz mh at gocept.com
Mon May 18 14:54:53 EDT 2009


Log message for revision 100090:
  Preparing release 3.6.0

Changed:
  U   zope.app.publication/trunk/CHANGES.txt
  U   zope.app.publication/trunk/setup.py

-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2009-05-18 18:46:06 UTC (rev 100089)
+++ zope.app.publication/trunk/CHANGES.txt	2009-05-18 18:54:52 UTC (rev 100090)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.0 (2009-05-18)
 ------------------
 
 - Use ``zope:adpater`` ZCML directive instead of ``zope:view``.

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2009-05-18 18:46:06 UTC (rev 100089)
+++ zope.app.publication/trunk/setup.py	2009-05-18 18:54:52 UTC (rev 100090)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '3.6.0dev',
+version = '3.6.0'
 
 setup(name='zope.app.publication',
     version=version,



More information about the Checkins mailing list