[Checkins] SVN: zope.app.debugskin/trunk/ Preparing release 3.4.1

Michael Howitz mh at gocept.com
Thu Sep 16 09:03:10 EDT 2010


Log message for revision 116450:
  Preparing release 3.4.1

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

-=-
Modified: zope.app.debugskin/trunk/CHANGES.txt
===================================================================
--- zope.app.debugskin/trunk/CHANGES.txt	2010-09-16 12:17:52 UTC (rev 116449)
+++ zope.app.debugskin/trunk/CHANGES.txt	2010-09-16 13:03:09 UTC (rev 116450)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+3.4.1 (2010-09-16)
+------------------
+
+- Made tests compatible with current package versions.
+
+
 3.4.0 (2007-11-01)
 ------------------
 

Modified: zope.app.debugskin/trunk/setup.py
===================================================================
--- zope.app.debugskin/trunk/setup.py	2010-09-16 12:17:52 UTC (rev 116449)
+++ zope.app.debugskin/trunk/setup.py	2010-09-16 13:03:09 UTC (rev 116450)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.debugskin',
-      version = '3.5.0',
+      version='3.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Debug -- A Zope 3 ZMI Skin',



More information about the checkins mailing list