[Checkins] SVN: zope.testrunner/trunk/ Go back to dev mode, update some docs.

Lennart Regebro regebro at gmail.com
Thu Apr 29 11:55:02 EDT 2010


Log message for revision 111583:
  Go back to dev mode, update some docs.
  

Changed:
  U   zope.testrunner/trunk/CHANGES.txt
  U   zope.testrunner/trunk/MANIFEST.in
  U   zope.testrunner/trunk/setup.py

-=-
Modified: zope.testrunner/trunk/CHANGES.txt
===================================================================
--- zope.testrunner/trunk/CHANGES.txt	2010-04-29 15:50:23 UTC (rev 111582)
+++ zope.testrunner/trunk/CHANGES.txt	2010-04-29 15:55:02 UTC (rev 111583)
@@ -1,7 +1,14 @@
 zope.testrunner Changelog
 *************************
 
+4.0.0b2 (Unreleased)
+====================
+
+- Having 'sampletests' in the MANIFEST.in gave warnings, but doesn't actually
+  seem to include any more files, so I removed it.
+  
+
 4.0.0b1 (2010-04-29)
 ====================
 
-- Extracted the testrunner from zope.testrunner to it's own module.
\ No newline at end of file
+- Initial release of the testrunner from zope.testrunner as it's own module.

Modified: zope.testrunner/trunk/MANIFEST.in
===================================================================
--- zope.testrunner/trunk/MANIFEST.in	2010-04-29 15:50:23 UTC (rev 111582)
+++ zope.testrunner/trunk/MANIFEST.in	2010-04-29 15:55:02 UTC (rev 111583)
@@ -1,3 +1,2 @@
 include *.txt *.py buildout.cfg
-recursive-include src *.py *.txt *.test sampletests
-# I found no way to include the three empty "sampletests" directories into the sdist :/
+recursive-include src *.py *.txt *.test
\ No newline at end of file

Modified: zope.testrunner/trunk/setup.py
===================================================================
--- zope.testrunner/trunk/setup.py	2010-04-29 15:50:23 UTC (rev 111582)
+++ zope.testrunner/trunk/setup.py	2010-04-29 15:55:02 UTC (rev 111583)
@@ -147,7 +147,7 @@
 
 setup(
     name='zope.testrunner',
-    version = '4.0.0b1',
+    version = '4.0.0dev',
     url='http://pypi.python.org/pypi/zope.testrunner',
     license='ZPL 2.1',
     description='Zope testrunner script.',



More information about the checkins mailing list