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

Dan Korostelev nadako at gmail.com
Fri Mar 13 20:12:05 EDT 2009


Log message for revision 98072:
  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-03-14 00:11:41 UTC (rev 98071)
+++ zope.publisher/trunk/CHANGES.txt	2009-03-14 00:12:05 UTC (rev 98072)
@@ -1,9 +1,14 @@
 CHANGES
 =======
 
-3.6.2 (unreleased)
+3.6.3 (unreleased)
 ------------------
 
+- ...
+
+3.6.2 (2009-03-14)
+------------------
+
 - Add an adapter from ``zope.security.interfaces.IPrincipal`` to
   ``zope.publisher.interfaces.logginginfo.ILoggingInfo``. It was moved
   from ``zope.app.security`` as a part of refactoring process. 

Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2009-03-14 00:11:41 UTC (rev 98071)
+++ zope.publisher/trunk/setup.py	2009-03-14 00:12:05 UTC (rev 98072)
@@ -24,7 +24,7 @@
 """
 
 setup(name='zope.publisher',
-      version='3.6.2dev',
+      version='3.6.3dev',
       url='http://pypi.python.org/pypi/zope.publisher',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list