[Checkins] SVN: zope.app.homefolder/tags/3.5.0/setup.py remove dev-marker

Christian Theune ct at gocept.com
Sun Feb 1 07:48:17 EST 2009


Log message for revision 95841:
  remove dev-marker
  

Changed:
  U   zope.app.homefolder/tags/3.5.0/setup.py

-=-
Modified: zope.app.homefolder/tags/3.5.0/setup.py
===================================================================
--- zope.app.homefolder/tags/3.5.0/setup.py	2009-02-01 12:47:45 UTC (rev 95840)
+++ zope.app.homefolder/tags/3.5.0/setup.py	2009-02-01 12:48:16 UTC (rev 95841)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.homefolder',
-      version = '3.5.0dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='User Home Folders for Zope 3 Applications',



More information about the Checkins mailing list