[Checkins] SVN: zope.app.rotterdam/trunk/setup.py the dev marker was missing on the trunk

Christian Theune ct at gocept.com
Sun Feb 1 13:46:53 EST 2009


Log message for revision 95914:
  the dev marker was missing on the trunk
  

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

-=-
Modified: zope.app.rotterdam/trunk/setup.py
===================================================================
--- zope.app.rotterdam/trunk/setup.py	2009-02-01 18:46:21 UTC (rev 95913)
+++ zope.app.rotterdam/trunk/setup.py	2009-02-01 18:46:53 UTC (rev 95914)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.rotterdam',
-      version = '3.5.0',
+      version = '3.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Rotterdam -- A Zope 3 ZMI Skin',



More information about the Checkins mailing list