Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Jul 11, 2011
1 parent 52123e6 commit f423209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changelog
=========

In next release...
2.0-rc3 (2011-07-11)
~~~~~~~~~~~~~~~~~~~~

- Python-expressions are no longer TALES-expressions; previously, the
pipe operator would split Python expression clauses, allowing
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys

version = '2.0-rc2'
version = '2.0-rc3'

install_requires = [
'setuptools',
Expand All @@ -10,7 +10,7 @@
'zope.i18n >= 3.5',
'zope.traversing',
'zope.contentprovider',
'Chameleon >= 2.0-rc6',
'Chameleon >= 2.0-rc13',
]

setup(name='z3c.pt',
Expand Down

0 comments on commit f423209

Please sign in to comment.