[Checkins] SVN: zc.testbrowser/trunk/ - bump verison

Benji York benji at zope.com
Fri Feb 15 09:03:13 EST 2008


Log message for revision 83862:
  - bump verison
  - tweak README.txt a bit and PyPI long description
  

Changed:
  U   zc.testbrowser/trunk/README.txt
  U   zc.testbrowser/trunk/setup.py

-=-
Modified: zc.testbrowser/trunk/README.txt
===================================================================
--- zc.testbrowser/trunk/README.txt	2008-02-15 14:00:24 UTC (rev 83861)
+++ zc.testbrowser/trunk/README.txt	2008-02-15 14:03:12 UTC (rev 83862)
@@ -12,24 +12,28 @@
 This project originates in the Zope 3 community, but is not Zope-specific (the
 zc namespace package stands for "Zope Corporation").
 
+
 Note:
 =====
 
 zc.testbrowser.real requires 0.1.8 of MozLab. 0.1.9 does not work
 because of changes in the API.
 
+
 Changes
 =======
 
-After
------
 
+1.0a2 (2008-02-15)
+------------------
+
 Bugfix: removed pdb invocation on javascript error
 
 Bugfix: text content types where wrapped in html tags in testbrowser.real
 
 Bugfix: getLink did not wait until page is loaded in testbrowser.real
 
+
 1.0a1 (2007-09-28)
 ------------------
 

Modified: zc.testbrowser/trunk/setup.py
===================================================================
--- zc.testbrowser/trunk/setup.py	2008-02-15 14:00:24 UTC (rev 83861)
+++ zc.testbrowser/trunk/setup.py	2008-02-15 14:03:12 UTC (rev 83862)
@@ -16,13 +16,13 @@
 
 long_description = (
     open('README.txt').read()
-    + '\n\nContents\n========\n\n.. contents::\n\n\n'
+    + '.. contents::\n\n\n'
     + open(os.path.join('src', 'zc', 'testbrowser', 'README.txt')).read()
     )
 
 setup(
     name = 'zc.testbrowser',
-    version = '1.0a2',
+    version = '1.0.0a3-dev',
     url = 'http://pypi.python.org/pypi/zc.testbrowser',
     license = 'ZPL 2.1',
     description = 'Programmable web browser for functional black-box testing '



More information about the Checkins mailing list