Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Preparing release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 28, 2009
1 parent 60029f5 commit dea1c5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dea1c5f

Please sign in to comment.