summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-05 15:28:15 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 15:28:15 +0200
commite1696c479e460b415f0cadc301c6cb4aa719401b (patch)
tree349f8ee490c0a9957a8c853032d97387abc37980
parent6ef9ec25d1ea3d5d6df1ff7538090064875f9186 (diff)
downloadzope-traversing-e1696c479e460b415f0cadc301c6cb4aa719401b.tar.gz
Back to development: 4.4
-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 260ba72..79076a8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+4.4 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.3 (2018-10-05)
================
diff --git a/setup.py b/setup.py
index 38817b4..66d0f5c 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ TESTS_REQUIRE = [
setup(
name='zope.traversing',
- version='4.3',
+ version='4.4.dev0',
url='https://github.com/zopefoundation/zope.traversing',
license='ZPL 2.1',
author='Zope Foundation and Contributors',