diff --git a/CHANGES.rst b/CHANGES.rst index bcb56b3..28dbf18 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,8 +2,8 @@ Changes ========= -5.0.0 (unreleased) -================== +4.4 (2022-09-01) +================ - Add support for Python 3.7, 3.8, 3.9, 3.10. diff --git a/setup.py b/setup.py index 7b9bbed..85ffacc 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read(*rnames): ] setup(name='zope.password', - version='5.0.0.dev0', + version='4.4', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Password encoding and checking utilities',