summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-07-16 08:49:19 +0200
committerMichael Howitz <mh@gocept.com>2020-07-16 08:49:19 +0200
commit8ba3250399efd959e3328c6e988bb6756e3721fe (patch)
tree02ec5bc821889e3b59a95113430b3b7f5888640f
parentf4c5ddd55d684947e6c66251a4706f85b389d64d (diff)
downloadzope-exceptions-8ba3250399efd959e3328c6e988bb6756e3721fe.tar.gz
Preparing release 4.44.4
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f61c05b..a34b759 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
zope.exceptions Changelog
===========================
-4.4 (unreleased)
+4.4 (2020-07-16)
================
- Add support for Python 3.8 and preliminary support for 3.9b4.
diff --git a/setup.py b/setup.py
index a2306e2..ff73373 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ tests_require = [
setup(
name='zope.exceptions',
- version='4.4.dev0',
+ version='4.4',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',