[Checkins] SVN: z3c.testing/trunk/ vb

Dan Korostelev nadako at gmail.com
Sun Feb 1 13:23:52 EST 2009


Log message for revision 95904:
  vb

Changed:
  U   z3c.testing/trunk/CHANGES.txt
  U   z3c.testing/trunk/README.txt
  U   z3c.testing/trunk/setup.py

-=-
Modified: z3c.testing/trunk/CHANGES.txt
===================================================================
--- z3c.testing/trunk/CHANGES.txt	2009-02-01 18:23:19 UTC (rev 95903)
+++ z3c.testing/trunk/CHANGES.txt	2009-02-01 18:23:51 UTC (rev 95904)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-0.3.0 (unreleased)
+0.3.1 (unreleased)
 ------------------
 
+- ...
+
+0.3.0 (2009-02-01)
+------------------
+
 - Use ``zope.container`` instead of ``zope.app.container``
 - Use ``zope.site`` instead of ``zope.app.component``
 

Modified: z3c.testing/trunk/README.txt
===================================================================
--- z3c.testing/trunk/README.txt	2009-02-01 18:23:19 UTC (rev 95903)
+++ z3c.testing/trunk/README.txt	2009-02-01 18:23:51 UTC (rev 95904)
@@ -1,4 +1,4 @@
-This package provides a collection of high-lvel test setups for unit and
+This package provides a collection of high-level test setups for unit and
 functional testing. In particular, it provides a testing layer that can use an
 existing, pre-populated database as a starting point, which speeds up the test
 setup phase for large testing data sets.

Modified: z3c.testing/trunk/setup.py
===================================================================
--- z3c.testing/trunk/setup.py	2009-02-01 18:23:19 UTC (rev 95903)
+++ z3c.testing/trunk/setup.py	2009-02-01 18:23:51 UTC (rev 95904)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for z3c.viewlet package
+"""Setup for z3c.testing package
 
 $Id$
 """
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.testing',
-      version = '0.3.0dev',
+      version = '0.3.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='High-level Testing Support',



More information about the Checkins mailing list