summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-27 13:43:21 +0200
committerMichael Howitz <mh@gocept.com>2023-03-27 13:43:21 +0200
commit5a3fc0c0c90809242172faa18b24961ec10ad529 (patch)
tree39835cced3af48b90e1993d026d046cafebc8b39
parentc43f8fe312fec98a0eb00cd00f89bdf0a41ee270 (diff)
downloadzope-traversing-5a3fc0c0c90809242172faa18b24961ec10ad529.tar.gz
Back to development: 5.1
-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 9685125..6d56bed 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.1 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.0 (2023-03-27)
================
diff --git a/setup.py b/setup.py
index d03ada9..67362aa 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ TESTS_REQUIRE = [
setup(
name='zope.traversing',
- version='5.0',
+ version='5.1.dev0',
url='https://github.com/zopefoundation/zope.traversing',
license='ZPL 2.1',
author='Zope Foundation and Contributors',