From 326ef64af74522eaeda302fe503c4f7ed1af0076 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Thu, 10 Sep 2020 10:19:30 +0200 Subject: [PATCH] Preparing release 4.4.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ce74c6d..7b3fe83 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -4.4.0 (unreleased) +4.4.0 (2020-09-10) ================== - On removal of a site, clear the bases of its site manager. This fixes a reference leak diff --git a/setup.py b/setup.py index 5bc325d..6e6a3a5 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def read(*rnames): ] setup(name='zope.site', - version='4.4.0.dev0', + version='4.4.0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Local registries for zope component architecture',