[Checkins] SVN: zope.sendmail/branches/3.5/ Prepare zope.sendmail 3.5.3.

Hanno Schlichting hannosch at hannosch.eu
Tue Apr 5 07:34:19 EDT 2011


Log message for revision 121281:
  Prepare zope.sendmail 3.5.3.

Changed:
  U   zope.sendmail/branches/3.5/CHANGES.txt
  U   zope.sendmail/branches/3.5/setup.py

-=-
Modified: zope.sendmail/branches/3.5/CHANGES.txt
===================================================================
--- zope.sendmail/branches/3.5/CHANGES.txt	2011-04-05 11:29:42 UTC (rev 121280)
+++ zope.sendmail/branches/3.5/CHANGES.txt	2011-04-05 11:34:18 UTC (rev 121281)
@@ -1,7 +1,7 @@
 Change history
 ~~~~~~~~~~~~~~
 
-3.5.3 (unreleased)
+3.5.3 (2011-04-05)
 ------------------
 
 - Work around problem when used with Python >=2.5.1.  See

Modified: zope.sendmail/branches/3.5/setup.py
===================================================================
--- zope.sendmail/branches/3.5/setup.py	2011-04-05 11:29:42 UTC (rev 121280)
+++ zope.sendmail/branches/3.5/setup.py	2011-04-05 11:34:18 UTC (rev 121281)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006 Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,19 +11,16 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.sendmail package
 
-$Id$
-"""
 from setuptools import setup, find_packages
 
 
 setup(name='zope.sendmail',
-      version = '3.5.3dev',
+      version = '3.5.3',
       url='http://pypi.python.org/pypi/zope.sendmail',
       license='ZPL 2.1',
       description='Zope sendmail',
-      author='Zope Corporation and Contributors',
+      author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description='\n\n'.join([
           open('README.txt').read(),



More information about the checkins mailing list