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 a065f93..9641fb8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Change History
================
+5.1 (unreleased)
+================
+
+- Nothing changed yet.
+
+
5.0 (2023-03-27)
================
diff --git a/setup.py b/setup.py
index aa0f5b3..0e62d1a 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ TESTS_REQUIRE = [
setup(
name='zope.contenttype',
- version='5.0',
+ version='5.1.dev0',
url='http://github.com/zopefoundation/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',