Skip to content

Commit

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

2.0 (2011-07-14)
~~~~~~~~~~~~~~~~

- Point release.

- Move implementation-specific context setup to ``render``
method. This allows use of template class with an already prepared
context.
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-rc3'
version = '2.0'

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

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

0 comments on commit 01db85f

Please sign in to comment.