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.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 16, 2009
1 parent 8885119 commit 2001a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,7 @@
CHANGES
=======

1.3.1 (unreleased)
1.4.0 (2009-03-16)
------------------

- Removed direct dependency on ``zope.app.security`` by using the new
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.3.1 dev'
version = '1.4.0'

setup(
name='z3c.layer.pagelet',
Expand Down

0 comments on commit 2001a7d

Please sign in to comment.