summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-19 13:02:48 +0300
committerMarius Gedminas <marius@gedmin.as>2018-10-19 13:02:48 +0300
commit9cc49be135762d8325520717c8ca3edc7ea00762 (patch)
treea171d965cab534d25e9e0ec441c132c44a723245
parent6e699ade2b38f3ed387fa8765c486757014c76ad (diff)
downloadzope-i18n-9cc49be135762d8325520717c8ca3edc7ea00762.tar.gz
Preparing release 4.54.5
-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 18238e6..496f117 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
CHANGES
=========
-4.5 (unreleased)
+4.5 (2018-10-19)
================
- Add support for pluralization. ``translate()`` now takes the
diff --git a/setup.py b/setup.py
index 853f686..03b553a 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.5.dev0',
+ version='4.5',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',