summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-09-07 07:58:18 +0200
committerMichael Howitz <mh@gocept.com>2021-09-07 07:58:18 +0200
commitf142e516490a68c024a24c2fb4fc6a8594059784 (patch)
tree4632496d822c66ef034dc7c724bebe615ef8843c
parent3e20c901d9c19b48ba504e927e8aa5a05c8f7427 (diff)
downloadzope-i18n-f142e516490a68c024a24c2fb4fc6a8594059784.tar.gz
Preparing release 4.8.04.8.0
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a0cf7b4..2fbb531 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
CHANGES
=========
-4.8.0 (unreleased)
+4.8.0 (2021-09-07)
==================
- Support character sets.
diff --git a/setup.py b/setup.py
index 967383a..cd341ff 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.dev0',
+ version='4.8.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',