[Checkins] SVN: zc.async/trunk/s prepare for 1.5.3 release

Gary Poster gary.poster at canonical.com
Sun Nov 15 20:29:10 EST 2009


Log message for revision 105665:
  prepare for 1.5.3 release

Changed:
  U   zc.async/trunk/setup.py
  U   zc.async/trunk/src/zc/async/CHANGES.txt

-=-
Modified: zc.async/trunk/setup.py
===================================================================
--- zc.async/trunk/setup.py	2009-11-16 01:26:56 UTC (rev 105664)
+++ zc.async/trunk/setup.py	2009-11-16 01:29:10 UTC (rev 105665)
@@ -72,7 +72,7 @@
 
 setup(
     name='zc.async',
-    version='1.5.3a1',
+    version='1.5.3',
     namespace_packages=['zc'],
     packages=find_packages('src'),
     package_dir={'':'src'},
@@ -97,7 +97,7 @@
         'zc.dict>=1.2.1',
         'zc.twist>=1.3',
         'Twisted>=8.0.1', # 8.0 was setuptools compatible, 8.0.1 had bugfixes.
-        # note that Twisted builds with warnings with py2.4.  It works fine,
+        # Note that Twisted builds with warnings with py2.4.  It works fine,
         # and is considered a supported Python version on the Twisted site.
         'zope.bforest>=1.2',
         'zope.component',

Modified: zc.async/trunk/src/zc/async/CHANGES.txt
===================================================================
--- zc.async/trunk/src/zc/async/CHANGES.txt	2009-11-16 01:26:56 UTC (rev 105664)
+++ zc.async/trunk/src/zc/async/CHANGES.txt	2009-11-16 01:29:10 UTC (rev 105665)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-1.5.3 (unreleased)
+1.5.3 (2009-11-15)
 ==================
 
 - Made zc.async.subscribers.ThreadedDispatcherInstaller keep track of signal
@@ -23,8 +23,8 @@
 
 - Tests pass on Python 2.6
 
-- The callable of a zc.async.job.Job (or one of its subclasses) can be a method
-  on the Job itself.
+- The callable of a zc.async.job.Job (or one of its subclasses) can be a
+  method on the Job itself.
 
 1.5.2 (2009-07-22)
 ==================



More information about the checkins mailing list