[Checkins] SVN: z3c.layer.pagelet/trunk/ Preparing release 1.5.0
Michael Howitz
mh at gocept.com
Thu May 28 15:31:03 EDT 2009
Log message for revision 100521:
Preparing release 1.5.0
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-05-28 19:28:06 UTC (rev 100520)
+++ z3c.layer.pagelet/trunk/CHANGES.txt 2009-05-28 19:31:03 UTC (rev 100521)
@@ -2,13 +2,13 @@
CHANGES
=======
-1.4.1 (unreleased)
+1.5.0 (2009-05-28)
------------------
-- Removed dependency on ``zope.app.exception`` by using a current
- version of ``zope.browser`` and by implementing the exception view
- classes directly instead of inheriting them (Quite nothing of the
- base classes was in use here.)
+- Removed dependency on ``zope.app.exception`` by using
+ ``zope.browser>=1.2`` and by implementing the exception view classes
+ directly instead of inheriting them (Quite nothing of the base
+ classes was in use here.)
- Removed not necessary test dependency on ``zope.app.twisted``.
Modified: z3c.layer.pagelet/trunk/setup.py
===================================================================
--- z3c.layer.pagelet/trunk/setup.py 2009-05-28 19:28:06 UTC (rev 100520)
+++ z3c.layer.pagelet/trunk/setup.py 2009-05-28 19:31:03 UTC (rev 100521)
@@ -19,7 +19,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-version = '1.4.1 dev'
+version = '1.5.0'
setup(
name='z3c.layer.pagelet',
More information about the Checkins
mailing list