summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-27 11:13:39 +0200
committerMichael Howitz <mh@gocept.com>2023-03-27 11:13:39 +0200
commit4016108d3cf63b16737268d2fe622a5881e7e939 (patch)
treea822888330fc20dcdba64076bdd861333754d0f8
parent6cf8694521346c452c991e64996c2d976165333f (diff)
downloadzope-contenttype-master.tar.gz
Back to development: 5.1HEADmaster
-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',