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

Christian Theune ct at gocept.com
Thu Jan 29 13:23:25 EST 2009


Log message for revision 95477:
  remove -dev marker
  

Changed:
  U   zope.app.http/tags/3.4.4/setup.py

-=-
Modified: zope.app.http/tags/3.4.4/setup.py
===================================================================
--- zope.app.http/tags/3.4.4/setup.py	2009-01-29 18:22:09 UTC (rev 95476)
+++ zope.app.http/tags/3.4.4/setup.py	2009-01-29 18:23:24 UTC (rev 95477)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.4.4dev',
+      version = '3.4.4',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',



More information about the Checkins mailing list