[Checkins] SVN: zope.app.testing/trunk/ Pre-release cleanup, update metadata, insert release date.

Christian Theune ct at gocept.com
Sun Feb 1 14:14:40 EST 2009


Log message for revision 95927:
  Pre-release cleanup, update metadata, insert release date.
  

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

-=-
Modified: zope.app.testing/trunk/CHANGES.txt
===================================================================
--- zope.app.testing/trunk/CHANGES.txt	2009-02-01 19:10:01 UTC (rev 95926)
+++ zope.app.testing/trunk/CHANGES.txt	2009-02-01 19:14:40 UTC (rev 95927)
@@ -2,11 +2,11 @@
 CHANGES
 =======
 
-3.6.0 (Unreleased)
+3.6.0 (2009-02-01)
 ------------------
 
 - Fix AttributeError in ``zope.app.testing.setup.setUpTestAsModule``
-  (when called without name argument.
+  (when called without name argument).
 
 - Use ``zope.container`` instead of ``zope.app.container``.
 

Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2009-02-01 19:10:01 UTC (rev 95926)
+++ zope.app.testing/trunk/setup.py	2009-02-01 19:14:40 UTC (rev 95927)
@@ -24,12 +24,12 @@
 setup(name='zope.app.testing',
       version = '3.6.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Zope Application Testing Support',
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Dcoumentation\n' +
+          'Detailed Documentation\n' +
           '======================\n'
           + '\n\n' +
           read('src', 'zope', 'app', 'testing', 'dochttp.txt')
@@ -49,7 +49,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.testing',
+      url='http://pypi.python.org/pypi/zope.app.testing',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list