diff --git a/CHANGES.rst b/CHANGES.rst index 8f3a705..1cdf7fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ======= +2.3 (unreleased) +---------------- + +- Nothing changed yet. + + 2.2 (2022-02-11) ---------------- diff --git a/setup.py b/setup.py index 8302b4b..255a77e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*rnames): setup( name="z3c.table", - version='2.2', + version='2.3.dev0', author="Stephan Richter, Roger Ineichen and the Zope Community", author_email="zope-dev@zope.org", description="Modular table rendering implementation for Zope3",