[Checkins] SVN: zope.app.twisted/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Feb 2 06:48:35 EST 2008


Log message for revision 83414:
  Get ready for release.
  

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

-=-
Modified: zope.app.twisted/trunk/CHANGES.txt
===================================================================
--- zope.app.twisted/trunk/CHANGES.txt	2008-02-02 11:46:19 UTC (rev 83413)
+++ zope.app.twisted/trunk/CHANGES.txt	2008-02-02 11:48:34 UTC (rev 83414)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (2008-02-01)
+3.4.1 (2008-02-02)
 ------------------
 
 - Fix of 599 error on conflict error in request

Modified: zope.app.twisted/trunk/setup.py
===================================================================
--- zope.app.twisted/trunk/setup.py	2008-02-02 11:46:19 UTC (rev 83413)
+++ zope.app.twisted/trunk/setup.py	2008-02-02 11:48:34 UTC (rev 83414)
@@ -22,9 +22,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.twisted',
-      version = '3.5.0',
+      version = '3.4.1',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Twisted Integration for Zope 3 Applications',
       long_description=(
           read('README.txt')



More information about the Checkins mailing list