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

Dan Korostelev nadako at gmail.com
Tue Sep 1 14:06:50 EDT 2009


Log message for revision 103463:
  Bump version.

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

-=-
Modified: zope.publisher/trunk/CHANGES.txt
===================================================================
--- zope.publisher/trunk/CHANGES.txt	2009-09-01 18:06:18 UTC (rev 103462)
+++ zope.publisher/trunk/CHANGES.txt	2009-09-01 18:06:50 UTC (rev 103463)
@@ -1,9 +1,14 @@
 CHANGES
 =======
 
-3.9.1 (unreleased)
+3.9.2 (unreleased)
 ------------------
 
+- ...
+
+3.9.1 (2009-09-01)
+------------------
+
 - Convert a location, passed to a redirect method of HTTPRequest to
   string before checking for trusted host redirection, because a
   location object may be some non-string convertable to string, like

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2009-09-01 18:06:18 UTC (rev 103462)
+++ zope.publisher/trunk/setup.py	2009-09-01 18:06:50 UTC (rev 103463)
@@ -23,7 +23,7 @@
 """
 
 setup(name='zope.publisher',
-      version='3.9.1dev',
+      version='3.9.2dev',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the checkins mailing list