summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-10-18 17:02:39 +0300
committerMarius Gedminas <marius@gedmin.as>2018-10-18 17:02:39 +0300
commitda7b591c4665b99a44d8aa11e6e9aaf6569321ad (patch)
treefd40d7a7e281accb07ad798bc086576d4c394676
parent983fe5e9d1380605ff978302c66c6dc03e48a7a8 (diff)
downloadzope-i18nmessageid-da7b591c4665b99a44d8aa11e6e9aaf6569321ad.tar.gz
Preparing release 4.34.3
-rw-r--r--CHANGES.rst2
-rw-r--r--MANIFEST.in3
-rw-r--r--setup.py2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1721aa0..74d9c3c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.3 (unreleased)
+4.3 (2018-10-18)
----------------
- Add attributes to support pluralization on a Message and update the
diff --git a/MANIFEST.in b/MANIFEST.in
index 6b9b1a2..9dd3f6b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -13,3 +13,6 @@ global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so
+
+# added by check_manifest.py
+include *.yml
diff --git a/setup.py b/setup.py
index 749bd0e..2c530e8 100644
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,7 @@ class optional_build_ext(build_ext):
setup(
name='zope.i18nmessageid',
- version='4.3.dev0',
+ version='4.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Message Identifiers for internationalization',