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

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


Log message for revision 95935:
  Pre-release cleanup, update metadata, enter release date.
  

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

-=-
Modified: zope.app.undo/trunk/CHANGES.txt
===================================================================
--- zope.app.undo/trunk/CHANGES.txt	2009-02-01 19:29:17 UTC (rev 95934)
+++ zope.app.undo/trunk/CHANGES.txt	2009-02-01 19:32:29 UTC (rev 95935)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2009-02-01)
 ------------------
 
 - Adjusted tests so that basic objects and interfaces are pulled from

Modified: zope.app.undo/trunk/setup.py
===================================================================
--- zope.app.undo/trunk/setup.py	2009-02-01 19:29:17 UTC (rev 95934)
+++ zope.app.undo/trunk/setup.py	2009-02-01 19:32:29 UTC (rev 95935)
@@ -24,7 +24,7 @@
 setup(name = 'zope.app.undo',
       version = '3.5.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Transaction Undo API and UI',
       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.undo',
+      url='http://pypi.python.org/pypi/zope.app.undo',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list