summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-09-07 07:58:36 +0200
committerMichael Howitz <mh@gocept.com>2021-09-07 07:58:36 +0200
commit825fea4b8b315b794670f2fc1cb5d8c68b92cdb4 (patch)
tree33836ff1a041d275b9d4981e248f14b53f99850b
parentf142e516490a68c024a24c2fb4fc6a8594059784 (diff)
downloadzope-i18n-825fea4b8b315b794670f2fc1cb5d8c68b92cdb4.tar.gz
Back to development: 4.8.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 2fbb531..006cc24 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=========
+4.8.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.8.0 (2021-09-07)
==================
diff --git a/setup.py b/setup.py
index cd341ff..ee8b410 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.8.0',
+ version='4.8.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',