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

Gary Poster gary at zope.com
Thu Jun 26 09:34:06 EDT 2008


Log message for revision 87801:
  prepare for internal 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	2008-06-26 12:17:10 UTC (rev 87800)
+++ zc.async/trunk/setup.py	2008-06-26 13:33:55 UTC (rev 87801)
@@ -71,7 +71,7 @@
 
 setup(
     name='zc.async',
-    version='1.2.1',
+    version='1.3a1',
     packages=find_packages('src'),
     package_dir={'':'src'},
     zip_safe=False,

Modified: zc.async/trunk/src/zc/async/CHANGES.txt
===================================================================
--- zc.async/trunk/src/zc/async/CHANGES.txt	2008-06-26 12:17:10 UTC (rev 87800)
+++ zc.async/trunk/src/zc/async/CHANGES.txt	2008-06-26 13:33:55 UTC (rev 87801)
@@ -1,5 +1,5 @@
-(unreleased)
-============
+1.3 a1 (unreleased)
+===================
 
 - added helpers for setting up and tearing down Zope 3 functional tests
   (ftesting.py), and a discussion of how to write Zope 3 functional tests with



More information about the Checkins mailing list