[Checkins] SVN: zope.sendmail/trunk/ Prepare 3.5.1

Hanno Schlichting plone at hannosch.info
Mon Jan 26 15:05:40 EST 2009


Log message for revision 95042:
  Prepare 3.5.1
  

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

-=-
Modified: zope.sendmail/trunk/CHANGES.txt
===================================================================
--- zope.sendmail/trunk/CHANGES.txt	2009-01-26 20:04:02 UTC (rev 95041)
+++ zope.sendmail/trunk/CHANGES.txt	2009-01-26 20:05:40 UTC (rev 95042)
@@ -1,14 +1,14 @@
 Change history
 ~~~~~~~~~~~~~~
 
-3.5.1 (unreleased)
+3.5.1 (2009-01-26)
 ------------------
 
 - Copied over the UtilityTerm and UtilityVocabulary implementation from
   zope.app.component to avoid a dependency.
 
-- work around a problem when smtp quit fails, the mail was considered not
-  delivered where just the quit failed
+- Work around a problem when smtp quit fails, the mail was considered not
+  delivered where just the quit failed.
 
 3.5.0 (2008-07-05)
 ------------------

Modified: zope.sendmail/trunk/setup.py
===================================================================
--- zope.sendmail/trunk/setup.py	2009-01-26 20:04:02 UTC (rev 95041)
+++ zope.sendmail/trunk/setup.py	2009-01-26 20:05:40 UTC (rev 95042)
@@ -19,12 +19,12 @@
 
 
 setup(name='zope.sendmail',
-      version = '3.5.1-dev',
-      url='http://cheeseshop.python.org/pypi/zope.sendmail',
+      version = '3.5.1',
+      url='http://pypi.python.org/pypi/zope.sendmail',
       license='ZPL 2.1',
       description='Zope sendmail',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       long_description='\n\n'.join([
           open('README.txt').read(),
           open('CHANGES.txt').read(),



More information about the Checkins mailing list