Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Aug 16, 2010
1 parent e8fd203 commit 67ad8da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGES
=======

1.3.3 (unreleased)
------------------

No changes yet.

1.3.2 (2010-08-16)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zc.resourcelibrary',
version = '1.3.2dev',
version = '1.3.3dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Post-rendering Resource Inclusion',
Expand Down

0 comments on commit 67ad8da

Please sign in to comment.