summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-12-09 08:41:34 +0100
committerMichael Howitz <mh@gocept.com>2022-03-18 13:45:32 +0100
commit14b7613e2afe22d2881ef8507644fe2931fa4828 (patch)
tree8aa27cd153a1a164b0f6a13be1ae438127703f86
parent548cfd1c7556af4ef776aaa92d6e84be4569530f (diff)
downloadzope-i18n-14b7613e2afe22d2881ef8507644fe2931fa4828.tar.gz
Back to development: 4.9.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 a1510e4..f6ff6ea 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=========
+4.9.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.9.0 (2021-12-09)
==================
diff --git a/setup.py b/setup.py
index 90bab75..9861989 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.9.0',
+ version='4.9.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',