summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-11-11 18:56:53 +0200
committerMarius Gedminas <marius@gedmin.as>2019-11-11 18:56:53 +0200
commit180b34ed7ee886289416b4fb70dd32fedbc296fa (patch)
tree88e4e01d2832a285dad98cef225925a28c74986a
parenta3d9b8906afe0ce390a0148f66c9345e46bea901 (diff)
downloadzope-interface-180b34ed7ee886289416b4fb70dd32fedbc296fa.tar.gz
Preparing release 4.7.14.7.1
-rw-r--r--CHANGES.rst5
-rw-r--r--setup.py2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 07de8fa..218329f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,10 +1,11 @@
Changes
=======
-4.7.1 (unreleased)
+4.7.1 (2019-11-11)
------------------
-- Nothing changed yet.
+- Use Python 3 syntax in the documentation. See `issue 119
+ <https://github.com/zopefoundation/zope.interface/issue/119>`_.
4.7.0 (2019-11-11)
diff --git a/setup.py b/setup.py
index 57ef3f5..b76b74e 100644
--- a/setup.py
+++ b/setup.py
@@ -99,7 +99,7 @@ long_description = (
)
setup(name='zope.interface',
- version='4.7.1.dev0',
+ version='4.7.1',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',