[Checkins] SVN: zope.sendmail/trunk/ preparing the release

Fabio Tranchitella kobold at kobold.it
Mon Nov 16 17:38:17 EST 2009


Log message for revision 105737:
  preparing the release

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

-=-
Modified: zope.sendmail/trunk/CHANGES.txt
===================================================================
--- zope.sendmail/trunk/CHANGES.txt	2009-11-16 22:34:23 UTC (rev 105736)
+++ zope.sendmail/trunk/CHANGES.txt	2009-11-16 22:38:16 UTC (rev 105737)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2009-11-16)
 ------------------
 
 - Depend on ``zope.component`` >= 3.8.0, which supports the new semantic of

Modified: zope.sendmail/trunk/buildout.cfg
===================================================================
--- zope.sendmail/trunk/buildout.cfg	2009-11-16 22:34:23 UTC (rev 105736)
+++ zope.sendmail/trunk/buildout.cfg	2009-11-16 22:38:16 UTC (rev 105737)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . packages/*
+develop = .
 parts = test coverage-test coverage-report
 
 [test]

Modified: zope.sendmail/trunk/setup.py
===================================================================
--- zope.sendmail/trunk/setup.py	2009-11-16 22:34:23 UTC (rev 105736)
+++ zope.sendmail/trunk/setup.py	2009-11-16 22:38:16 UTC (rev 105737)
@@ -24,7 +24,7 @@
 
 
 setup(name='zope.sendmail',
-      version = '3.6.1dev',
+      version = '3.6.1',
       url='http://pypi.python.org/pypi/zope.sendmail',
       license='ZPL 2.1',
       description='Zope sendmail',
@@ -50,7 +50,7 @@
                         # extras to ease reusability.
 
                         # it's only needed for vocabulary and zcml
-                        'zope.component>=3.8.0dev',
+                        'zope.component>=3.8.0',
 
                         # these are only needed for zcml
                         'zope.configuration',



More information about the checkins mailing list