[Checkins] SVN: zope.app.zcmlfiles/trunk/ Get ready to release Roger's fix.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Nov 1 20:51:39 EDT 2007


Log message for revision 81394:
  Get ready to release Roger's fix.
  

Changed:
  U   zope.app.zcmlfiles/trunk/CHANGES.txt
  U   zope.app.zcmlfiles/trunk/setup.py

-=-
Modified: zope.app.zcmlfiles/trunk/CHANGES.txt
===================================================================
--- zope.app.zcmlfiles/trunk/CHANGES.txt	2007-11-02 00:27:35 UTC (rev 81393)
+++ zope.app.zcmlfiles/trunk/CHANGES.txt	2007-11-02 00:51:38 UTC (rev 81394)
@@ -1,24 +1,24 @@
 Change History
 ==============
 
-unreleased
-----------
+3.4.3 (2007-11-01)
+------------------
 
- - Fix test failure due to missing 'zope.app.container.browser.ftests' directory.
-   Now it is moved to 'zope.app.container.browser.tests'
+- Fix test failure due to missing ``zope.app.container.browser.ftests``
+   directory.  Now it is moved to ``zope.app.container.browser.tests``.
 
 3.4.2 (2007-10-30)
 ------------------
 
- - Fix test failure due to missing 'zope.app.form.browser.ftests' directory.
-   Now it is moved to 'zope.app.form.browser.tests'
+- Fix test failure due to missing ``zope.app.form.browser.ftests`` directory.
+  Now it is moved to ``zope.app.form.browser.tests``.
 
 3.4.1 (2007-10-23)
 ------------------
 
-Added missing dependency.
+- Added missing dependency.
 
 3.4.0 (2007-10-03)
 ------------------
 
-Initial public release as an individual package.
+- Initial public release as an individual package.

Modified: zope.app.zcmlfiles/trunk/setup.py
===================================================================
--- zope.app.zcmlfiles/trunk/setup.py	2007-11-02 00:27:35 UTC (rev 81393)
+++ zope.app.zcmlfiles/trunk/setup.py	2007-11-02 00:51:38 UTC (rev 81394)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006,2007 Zope Corporation and Contributors.
+# Copyright (c) 2006, 2007 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -34,7 +34,7 @@
 
 setup(
     name='zope.app.zcmlfiles',
-    version='3.4.3dev',
+    version='3.4.3',
     url='http://pypi.python.org/pypi/zope.app.zcmlfiles',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',



More information about the Checkins mailing list