Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Aug 27, 2009
1 parent 9e71af0 commit c0f364c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,13 @@
CHANGES
=======

1.3.0 (unreleased)
1.3.1 (unreleased)
------------------

- ...


1.3.0 (2009-08-27)
------------------

- Use new ``zope.browserresource`` package instead of ``zope.app.publisher``,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -21,7 +21,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.3.0dev'
version = '1.3.1dev'


setup(name='z3c.zrtresource',
Expand Down Expand Up @@ -59,7 +59,7 @@ def read(*rnames):
]),
install_requires = ['setuptools',
'zope.site',
'zope.pagetemplate >= 3.5.0',
'zope.pagetemplate >= 3.5',
'zope.browserresource',
'zope.component',
'zope.configuration',
Expand Down

0 comments on commit c0f364c

Please sign in to comment.