From 07f2d0c0a40af74bcef210e7a682ab4fe09c480e Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 11 Nov 2019 15:41:30 +0200 Subject: [PATCH] Preparing release 4.7.0 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6cb0f87b..96c0616d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.7.0 (unreleased) +4.7.0 (2019-11-11) ------------------ - Drop support for Python 3.4. diff --git a/setup.py b/setup.py index b18a9c6e..22e25da6 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def read(*rnames): ) setup(name='zope.interface', - version='4.7.0.dev0', + version='4.7.0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python',