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 4485629..3c45d72 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 40661c9..7fcf40e 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='5.0',
+ version='5.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.dev',
description='Zope Internationalization Support',