[Checkins] SVN: z3c.layer.pagelet/trunk/ Preparing release 1.6.1

Michael Howitz mh at gocept.com
Wed Dec 23 04:39:21 EST 2009


Log message for revision 106997:
  Preparing release 1.6.1

Changed:
  U   z3c.layer.pagelet/trunk/CHANGES.txt
  U   z3c.layer.pagelet/trunk/setup.py

-=-
Modified: z3c.layer.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.layer.pagelet/trunk/CHANGES.txt	2009-12-23 07:30:33 UTC (rev 106996)
+++ z3c.layer.pagelet/trunk/CHANGES.txt	2009-12-23 09:39:21 UTC (rev 106997)
@@ -2,10 +2,11 @@
 CHANGES
 =======
 
-1.6.1 (unreleased)
+1.6.1 (2009-12-23)
 ------------------
 
-- ...
+- Moved `zope.browserresource` from test dependencies to install
+  dependencies as it is needed in the ZCML configuration.
 
 
 1.6.0 (2009-11-30)

Modified: z3c.layer.pagelet/trunk/setup.py
===================================================================
--- z3c.layer.pagelet/trunk/setup.py	2009-12-23 07:30:33 UTC (rev 106996)
+++ z3c.layer.pagelet/trunk/setup.py	2009-12-23 09:39:21 UTC (rev 106997)
@@ -22,7 +22,7 @@
 
 setup(
     name='z3c.layer.pagelet',
-    version='1.6.1dev',
+    version = '1.6.1',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description = "Pagelet layer setup for Zope3",
@@ -57,7 +57,6 @@
             'zope.testbrowser',
             'zope.app.authentication',
             'zope.app.testing',
-            'zope.browserresource',
             'zope.exceptions',
             'zope.principalregistry',
             'zope.publisher',
@@ -72,6 +71,7 @@
         'z3c.template',
         'zope.authentication',
         'zope.browser>=1.2',
+        'zope.browserresource',
         'zope.component',
         'zope.interface',
         'zope.publisher',



More information about the checkins mailing list