summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0bc89f7..217afed 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.3.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.3.2 (2016-09-05)
------------------
diff --git a/setup.py b/setup.py
index 08836b8..9dbf220 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.3.2',
+ version='4.3.3.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',