From 1032fd37308eb338a9de80ee635241e274c9a9a9 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 9 Feb 2023 09:49:31 +0100 Subject: [PATCH] Back to development: 2.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 57b7608..b53ac0c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGES ========= +2.1 (unreleased) +================ + +- Nothing changed yet. + + 2.0 (2023-02-09) ================ diff --git a/setup.py b/setup.py index 9b00073..266ddd3 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def read(*rnames): ] + browser_requires setup(name='zope.errorview', - version='2.0', + version='2.1.dev0', author='Zope Corporation and Contributors', author_email='zope-dev@zope.dev', description='Basic HTTP and Browser exception views.',