diff --git a/CHANGES.rst b/CHANGES.rst index 0e28391..57b7608 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ CHANGES ========= -2.0 (unreleased) +2.0 (2023-02-09) ================ - Drop support for Python 2.7, 3.4, 3.5, 3.6. diff --git a/setup.py b/setup.py index 3400398..9b00073 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def read(*rnames): ] + browser_requires setup(name='zope.errorview', - version='2.0.dev0', + version='2.0', author='Zope Corporation and Contributors', author_email='zope-dev@zope.dev', description='Basic HTTP and Browser exception views.',