[Checkins] SVN: zope.app.http/trunk/ Prepare 3.4.2

Hanno Schlichting plone at hannosch.info
Mon Jan 26 15:16:47 EST 2009


Log message for revision 95048:
  Prepare 3.4.2
  

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

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2009-01-26 20:15:07 UTC (rev 95047)
+++ zope.app.http/trunk/CHANGES.txt	2009-01-26 20:16:46 UTC (rev 95048)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.2 (unreleased)
+3.4.2 (2009-01-26)
 ------------------
 
 - Add a couple of tests to the OPTIONS verb.

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-01-26 20:15:07 UTC (rev 95047)
+++ zope.app.http/trunk/setup.py	2009-01-26 20:16:46 UTC (rev 95048)
@@ -22,9 +22,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.4.2dev',
+      version = '3.4.2',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',
       long_description=(
           read('README.txt')
@@ -42,7 +42,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.http',
+      url='http://pypi.python.org/pypi/zope.app.http',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list