summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-06-02 13:22:51 -0400
committerTres Seaver <tseaver@palladion.com>2015-06-02 13:22:51 -0400
commit3e90ebbc64936b8cef026042046b139c4048383f (patch)
tree7e177e0e3a9ac478712b0f2cc647be8a37308eed
parent083c2d54773fb7c32156aff15771fc4e0247ca9d (diff)
downloadzope-pagetemplate-3e90ebbc64936b8cef026042046b139c4048383f.tar.gz
Target 4.2.0, since supported platforms changed.
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 14c0900..47f3c41 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,13 +1,13 @@
Changes
=======
-4.1.1 (unreleased)
+4.2.0 (unreleased)
------------------
- Allow short-circuit traversal for non-proxied dict subclasses. See:
https://github.com/zopefoundation/zope.pagetemplate/pull/3 .
-- Add support for PyPy.
+- Add support for PyPy / PyPy3.
4.1.0 (2014-12-27)
------------------
@@ -16,7 +16,6 @@ Changes
- Add support for testing on Travis.
-
4.0.4 (2013-03-15)
------------------
diff --git a/setup.py b/setup.py
index 8012e37..6cd91ee 100644
--- a/setup.py
+++ b/setup.py
@@ -70,7 +70,7 @@ TESTS_REQUIRE = [
setup(name='zope.pagetemplate',
- version='4.1.2.dev0',
+ version='4.2.0.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Page Templates',