summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2016-09-05 09:11:02 +0300
committerMarius Gedminas <marius@gedmin.as>2016-09-05 09:11:02 +0300
commitf407ba133f36370a65ee66cc4a039f4d56d49d72 (patch)
tree139e0c746ccf5d0f7a09a48d03997a5152d4c525
parentfe670a2df4634804a31ad8446b6e42f61a31694d (diff)
downloadzope-interface-f407ba133f36370a65ee66cc4a039f4d56d49d72.tar.gz
Preparing release 4.3.24.3.2
-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 2fbabbe..0bc89f7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Changes
=======
-4.3.2 (unreleased)
+4.3.2 (2016-09-05)
------------------
- Fix equality testing of ``implementedBy`` objects and proxies.
diff --git a/setup.py b/setup.py
index b5a1f74..08836b8 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.4.0.dev0',
+ version='4.3.2',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',