Skip to content

Commit

Permalink
Update version pins and major number per review.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 17, 2017
1 parent dc67b36 commit 26cd36b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,7 +2,7 @@
CHANGES
=========

2.1.0 (unreleased)
3.0.0 (unreleased)
==================

- Add support for PyPy.
Expand All @@ -12,7 +12,9 @@
attributes to be more like Python 3 bound methods. (``im_func`` and
``im_self`` remain available.) See `issue 3
<https://github.com/zopefoundation/z3c.template/issues/3>`_.

- Depend on Chameleon >= 3.0, z3c.pt >= 2.1 and z3c.ptcompat >= 2.1.0
due to possible rendering issues. See `PR 2
<https://github.com/zopefoundation/z3c.template/pull/2>`_.

2.0.0 (2015-11-09)
==================
Expand Down
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
==============
Z3C template
z3c.template
==============


Expand Down
8 changes: 5 additions & 3 deletions setup.py
Expand Up @@ -21,8 +21,10 @@ def read(*rnames):
return f.read()

CHAMELEON_REQUIRES = [
'z3c.pt >= 2.1',
'z3c.ptcompat >= 1.0',
# Pins because of https://github.com/zopefoundation/z3c.template/pull/2
'chameleon >= 3.0',
'z3c.pt >= 3.1.0',
'z3c.ptcompat >= 2.1.0',

]

Expand All @@ -34,7 +36,7 @@ def read(*rnames):

setup(
name='z3c.template',
version='2.0.1.dev0',
version='3.0.0.dev0',
author="Roger Ineichen and the Zope Community",
author_email="zope-dev@zope.org",
description="A package implementing advanced Page Template patterns.",
Expand Down

0 comments on commit 26cd36b

Please sign in to comment.