summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-12-09 08:40:48 +0100
committerMichael Howitz <mh@gocept.com>2021-12-09 08:40:48 +0100
commit4a26b8b90be81e71e36c4a1cc0b588e319364e02 (patch)
tree04f22a67f722820e78678396b706d92e9d26cebb
parent8cf8c020d064ec543bc9fc0cf9410981e2495226 (diff)
downloadzope-i18n-4a26b8b90be81e71e36c4a1cc0b588e319364e02.tar.gz
Preparing release 4.9.04.9.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 c4bf79a..a1510e4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
CHANGES
=========
-4.9.0 (unreleased)
+4.9.0 (2021-12-09)
==================
- Fix date/time format for zh, sv, and es_US.
diff --git a/setup.py b/setup.py
index 6bed647..90bab75 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.dev0',
+ version='4.9.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',