diff --git a/CHANGES.rst b/CHANGES.rst index e0a3dbe..70d98e4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,8 +2,8 @@ Changes ========= -4.7 (unreleased) -================ +4.6.1 (2022-09-02) +================== - Fix more deprecation warnings. diff --git a/setup.py b/setup.py index 766df49..8e0fec7 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def read(*rnames): setup( name='zope.site', - version='4.7.dev0', + version='4.6.1', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Local registries for zope component architecture',