[Checkins] SVN: zope.app.xmlrpcintrospection/trunk/ post release version bump

Baiju M baiju.m.mail at gmail.com
Fri Feb 5 22:09:04 EST 2010


Log message for revision 108816:
  post release version bump
  

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

-=-
Modified: zope.app.xmlrpcintrospection/trunk/CHANGES.txt
===================================================================
--- zope.app.xmlrpcintrospection/trunk/CHANGES.txt	2010-02-06 03:07:27 UTC (rev 108815)
+++ zope.app.xmlrpcintrospection/trunk/CHANGES.txt	2010-02-06 03:09:02 UTC (rev 108816)
@@ -2,6 +2,9 @@
 CHANGES
 =======
 
+3.5.2 (unreleased)
+------------------
+
 3.5.1 (2010-02-06)
 ------------------
 

Modified: zope.app.xmlrpcintrospection/trunk/setup.py
===================================================================
--- zope.app.xmlrpcintrospection/trunk/setup.py	2010-02-06 03:07:27 UTC (rev 108815)
+++ zope.app.xmlrpcintrospection/trunk/setup.py	2010-02-06 03:09:02 UTC (rev 108816)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.xmlrpcintrospection',
-      version = '3.5.1dev',
+      version = '3.5.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='XML-RPC Method Introspection Support for Zope 3',



More information about the checkins mailing list