summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4e98343..5cc6dc7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.2.0 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.1.0 (2016-08-05)
------------------
diff --git a/setup.py b/setup.py
index 6ec2a2d..d787bf8 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = [
setup(
name='zope.traversing',
- version='4.1.0',
+ version='4.2.0.dev0',
url='http://pypi.python.org/pypi/zope.traversing',
license='ZPL 2.1',
author='Zope Foundation and Contributors',