diff options
author | Stephan Richter <stephan.richter@gmail.com> | 2017-05-16 14:16:02 -0400 |
---|---|---|
committer | Stephan Richter <stephan.richter@gmail.com> | 2017-05-23 09:23:21 -0400 |
commit | cd8eed241e6c5d755ae28f8c972846f3b9307ad7 (patch) | |
tree | 6b963304b8896952f2aaa95f00f805856f221ce6 | |
parent | b690484e96c10490de3e4887136336bc7be5dd2f (diff) | |
download | zope-i18n-cd8eed241e6c5d755ae28f8c972846f3b9307ad7.tar.gz |
Get ready for an internal release. Yikes.
-rw-r--r-- | CHANGES.rst | 25 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 6 insertions, 21 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 2da179b..e66c737 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,27 +2,10 @@ CHANGES ======= -4.2.0.post4 (unreleased) ------------------------- +sbx.4.2.0 (unreleased) +---------------------- -- Nothing changed yet. - - -4.2.0.post3 (2017-05-17) ------------------------- - -- No, versions cannot have letters anymore. Seriously? - -4.2.0.sbx2 (2017-05-17) ------------------------ - -- Dealing with packaging issues. - -4.2.0.sbx1 (2017-05-17) ------------------------ - -- Better error message on PO-File Syntax Errors. - [SyZn] +- Better error message on PO-File Syntax Errors. [SyZn] - Add support for Python 3.5. @@ -37,12 +20,14 @@ CHANGES Currently, formatting Decimal('0.99999') will raise a TypeError if rounding is not set to False + 4.1.0 (2015-11-06) ------------------ - ``interpolate()`` now works recursively, if the mapping has a value which is a ``zope.i18nmessageid.Message`` itself. + 4.0.1 (2015-06-05) -------------------- @@ -42,7 +42,7 @@ def alltests(): setup( name='zope.i18n', - version='4.2.0.post4.dev0', + version='sbx.4.2.0.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Zope Internationalization Support', |