summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-04 16:04:05 +0200
committerMichael Howitz <mh@gocept.com>2018-10-04 16:04:05 +0200
commitd7c65c79a4f9362c5f188abd100b8a8aa6c7394f (patch)
tree0e0740f7cc1a5c8d10b5aac780183ef5235ee8d4
parent75c1ea409d36051b20b1874355016884343b0620 (diff)
downloadzope-exceptions-d7c65c79a4f9362c5f188abd100b8a8aa6c7394f.tar.gz
Back to development: 4.4
[skip ci]
-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 4246488..def981c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
zope.exceptions Changelog
===========================
+4.4 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.3 (2018-10-04)
================
diff --git a/setup.py b/setup.py
index b7ad232..026fe54 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ tests_require = [
]
setup(name='zope.exceptions',
- version='4.3',
+ version='4.4.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',