[Checkins] SVN: zope.app.xmlrpcintrospection/trunk/setup.py vb

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Nov 4 15:45:28 EST 2007


Log message for revision 81490:
  vb
  

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

-=-
Modified: zope.app.xmlrpcintrospection/trunk/setup.py
===================================================================
--- zope.app.xmlrpcintrospection/trunk/setup.py	2007-11-04 20:43:34 UTC (rev 81489)
+++ zope.app.xmlrpcintrospection/trunk/setup.py	2007-11-04 20:45:28 UTC (rev 81490)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.xmlrpcintrospection',
-      version = '3.4.0',
+      version = '3.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='XML-RPC Method Introspection Support for Zope 3',
@@ -30,7 +30,7 @@
           read('README.txt')
           + '\n\n' +
           'Detailed Dcoumentation\n' +
-          '----------------------\n'
+          '======================\n'
           + '\n\n' +
           read('src', 'zope', 'app', 'xmlrpcintrospection', 'README.txt')
           + '\n\n' +



More information about the Checkins mailing list