summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-11-10 08:28:34 +0100
committerMichael Howitz <mh@gocept.com>2022-11-10 08:28:34 +0100
commitd943bc0f4cdd941d0a7d88e741c7ea27c27164cb (patch)
tree3ca421c083098cdfabae9738f152b436908985fc
parente67ea56a759ef316501d9187a7138f606330826b (diff)
downloadzope-exceptions-d943bc0f4cdd941d0a7d88e741c7ea27c27164cb.tar.gz
Preparing release 4.64.6
-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 5d3521b..94e22ce 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
zope.exceptions Changelog
===========================
-4.6 (unreleased)
+4.6 (2022-11-10)
================
- Catch exceptions in ``formatExceptionOnly``.
diff --git a/setup.py b/setup.py
index 78bd8a6..14aa8c6 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read(*rnames):
setup(
name='zope.exceptions',
- version='4.6.dev0',
+ version='4.6',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',