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

Dan Korostelev nadako at gmail.com
Fri Mar 13 06:23:33 EDT 2009


Log message for revision 98026:
  Bump version.

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

-=-
Modified: zope.interface/trunk/CHANGES.txt
===================================================================
--- zope.interface/trunk/CHANGES.txt	2009-03-13 10:22:53 UTC (rev 98025)
+++ zope.interface/trunk/CHANGES.txt	2009-03-13 10:23:32 UTC (rev 98026)
@@ -2,9 +2,15 @@
 *******
 
 ==================
-3.5.1 (unreleased)
+3.5.2 (unreleased)
 ==================
 
+- ...
+
+==================
+3.5.1 (2009-10-13)
+==================
+
 - verifyObject: use getattr instead of hasattr to test for object attributes
   in order to let exceptions other than AttributeError raised by properties
   propagate to the caller

Modified: zope.interface/trunk/setup.py
===================================================================
--- zope.interface/trunk/setup.py	2009-03-13 10:22:53 UTC (rev 98025)
+++ zope.interface/trunk/setup.py	2009-03-13 10:23:32 UTC (rev 98026)
@@ -115,7 +115,7 @@
 
 
 setup(name='zope.interface',
-      version = '3.5.1dev',
+      version = '3.5.2dev',
       url='http://pypi.python.org/pypi/zope.interface',
       license='ZPL 2.1',
       description='Interfaces for Python',



More information about the Checkins mailing list