Skip to content

Commit

Permalink
Preparing release.
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Mar 24, 2011
1 parent d6e0b34 commit ebfc330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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-rc2 (2011-03-24)
~~~~~~~~~~~~~~~~~~~~

- Fixed an issue with ``"exists:"`` expression where a callable would
be attempted called. It is meanwhile implied with this expression
Expand Down
6 changes: 3 additions & 3 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-rc1'
version = '2.0-rc2'

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

setup(name='z3c.pt',
version=version,
description="Fast ZPT template engine.",
description="Fast ZPT engine.",
long_description=open("README.txt").read() + open("CHANGES.txt").read(),
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit ebfc330

Please sign in to comment.