diff --git a/CHANGES.rst b/CHANGES.rst index b4fd695..b397813 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +2.2 (unreleased) +---------------- + +- Nothing changed yet. + + 2.1.1 (2019-03-26) ------------------ diff --git a/setup.py b/setup.py index abaf82e..2d9b7fe 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*rnames): setup( name="z3c.table", - version='2.1.1', + version='2.2.dev0', author="Stephan Richter, Roger Ineichen and the Zope Community", author_email="zope-dev@zope.org", description="Modular table rendering implementation for Zope3",