summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Groszer <agroszer@gmail.com>2019-02-19 13:53:56 +0100
committerAdam Groszer <agroszer@gmail.com>2019-02-19 13:53:56 +0100
commitfb64ac3ed811a62bba68e74b17742fef6ade404e (patch)
tree340f47ccded136701bda9836ba8cd0862651c160
parent62c8f9559a7b67252027a867ec699109a422e1bf (diff)
downloadzope-i18n-fb64ac3ed811a62bba68e74b17742fef6ade404e.tar.gz
Preparing release 4.6.24.6.2
-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 e2085c4..b132994 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
CHANGES
=========
-4.6.2 (unreleased)
+4.6.2 (2019-02-19)
==================
- Fix `NumberFormat` to respect the thousand grouping given by the pattern.
diff --git a/setup.py b/setup.py
index caa5a15..5d7ae33 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.6.2.dev0',
+ version='4.6.2',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',