diff options
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
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) ------------------ @@ -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', |
