summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-02-11 08:20:46 +0100
committerMichael Howitz <mh@gocept.com>2022-02-11 08:20:46 +0100
commitf7471d46b444f1626ca6358d550a2d571e033199 (patch)
tree8788b5cf9765bf8f015b53bb4e8a7074d6d0f877
parent24593ab09e4e895f455958a8869fcbbc9548ed6a (diff)
downloadzope-exceptions-f7471d46b444f1626ca6358d550a2d571e033199.tar.gz
Preparing release 4.54.5
-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 9e66eb1..75eae6b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
zope.exceptions Changelog
===========================
-4.5 (unreleased)
+4.5 (2022-02-11)
================
- Add official support for Python 3.9 and 3.10.
diff --git a/setup.py b/setup.py
index 3b28bed..a74c547 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ def read(*rnames):
setup(
name='zope.exceptions',
- version='4.5.dev0',
+ version='4.5',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',