summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-07-16 08:49:31 +0200
committerMichael Howitz <mh@gocept.com>2020-07-16 08:49:31 +0200
commitf33336fc91cbc8333808679d06365dcaad230df5 (patch)
treefe04e3ad432b95003f8744b5d3a2ee5c9e8b4b8c
parent8ba3250399efd959e3328c6e988bb6756e3721fe (diff)
downloadzope-exceptions-f33336fc91cbc8333808679d06365dcaad230df5.tar.gz
Back to development: 4.5
-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 a34b759..4e3c09f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
zope.exceptions Changelog
===========================
+4.5 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.4 (2020-07-16)
================
diff --git a/setup.py b/setup.py
index ff73373..f36d8ac 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ tests_require = [
setup(
name='zope.exceptions',
- version='4.4',
+ version='4.5.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',