[Checkins] SVN: zope.testbrowser/trunk/ fix author e-mail

Brian Sutherland jinty at web.de
Fri Nov 21 05:38:01 EST 2008


Log message for revision 93233:
  fix author e-mail

Changed:
  U   zope.testbrowser/trunk/CHANGES.txt
  U   zope.testbrowser/trunk/setup.py

-=-
Modified: zope.testbrowser/trunk/CHANGES.txt
===================================================================
--- zope.testbrowser/trunk/CHANGES.txt	2008-11-21 10:10:17 UTC (rev 93232)
+++ zope.testbrowser/trunk/CHANGES.txt	2008-11-21 10:38:00 UTC (rev 93233)
@@ -5,7 +5,7 @@
 3.5.2 (Unreleased)
 ------------------
 
-- ...
+- Author e-mail to zope-dev rather than zope3-dev.
 
 3.5.1 (2008-10-10)
 ------------------

Modified: zope.testbrowser/trunk/setup.py
===================================================================
--- zope.testbrowser/trunk/setup.py	2008-11-21 10:10:17 UTC (rev 93232)
+++ zope.testbrowser/trunk/setup.py	2008-11-21 10:38:00 UTC (rev 93233)
@@ -34,7 +34,7 @@
     license = 'ZPL 2.1',
     description = 'Programmable browser for functional black-box tests',
     author = 'Zope Corporation and Contributors',
-    author_email = 'zope3-dev at zope.org',
+    author_email = 'zope-dev at zope.org',
     long_description = long_description,
     classifiers=[
         'Environment :: Web Environment',



More information about the Checkins mailing list