summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-11-10 08:29:03 +0100
committerMichael Howitz <mh@gocept.com>2022-11-10 08:29:03 +0100
commit8f7c112a74a3c1aa576a0bd277f48bb52d2c99cd (patch)
tree06a245be200cf8e5557734403d3a647ebf2b09d5
parentd943bc0f4cdd941d0a7d88e741c7ea27c27164cb (diff)
downloadzope-exceptions-8f7c112a74a3c1aa576a0bd277f48bb52d2c99cd.tar.gz
Back to development: 4.7
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 94e22ce..84a3673 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
zope.exceptions Changelog
===========================
+4.7 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.6 (2022-11-10)
================
diff --git a/setup.py b/setup.py
index 14aa8c6..60f382e 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read(*rnames):
setup(
name='zope.exceptions',
- version='4.6',
+ version='4.7.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',