From 87938446453c58e8374256a366ca1c049977b7ad Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 21 May 2024 11:59:41 +0200 Subject: [PATCH] Preparing release 2.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f318a23..1f96a3a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ CHANGES ======= -2.0 (unreleased) +2.0 (2024-05-21) ---------------- - Add support for Python 3.11, 3.12. diff --git a/setup.py b/setup.py index 319762b..79f9d1c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name='z3c.password', - version='2.0.dev0', + version='2.0', author="Stephan Richter, Roger Ineichen and the Zope Community", author_email="zope-dev@zope.dev", description="Password generation and verification utility for Zope3",