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

Dan Korostelev nadako at gmail.com
Sat Feb 28 04:54:51 EST 2009


Log message for revision 97377:
  Bump version.

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

-=-
Modified: zope.site/trunk/CHANGES.txt
===================================================================
--- zope.site/trunk/CHANGES.txt	2009-02-28 09:53:43 UTC (rev 97376)
+++ zope.site/trunk/CHANGES.txt	2009-02-28 09:54:50 UTC (rev 97377)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.2 (unreleased)
 ------------------
 
+- ...
+
+3.6.1 (2009-02-28)
+------------------
+
 - Import symbols moved from zope.traversing to zope.location from the new
   location.
 
@@ -23,8 +28,8 @@
 
 - Remove old unused code. Update package description.
 
-3.6.0 (2009-1-31)
------------------
+3.6.0 (2009-01-31)
+------------------
 
 - Use zope.container instead of zope.app.container.
 

Modified: zope.site/trunk/setup.py
===================================================================
--- zope.site/trunk/setup.py	2009-02-28 09:53:43 UTC (rev 97376)
+++ zope.site/trunk/setup.py	2009-02-28 09:54:50 UTC (rev 97377)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.site',
-      version = '3.6.1dev',
+      version = '3.6.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local registries for zope component architecture',



More information about the Checkins mailing list