diff options
| author | Marius Gedminas <marius@gedmin.as> | 2016-09-05 09:11:20 +0300 |
|---|---|---|
| committer | Marius Gedminas <marius@gedmin.as> | 2016-09-05 09:11:20 +0300 |
| commit | bcc55d40382f47784d93606daa174d454436e95a (patch) | |
| tree | 7d092478f605d8f1ce088805fabf962317adbaf9 | |
| parent | f407ba133f36370a65ee66cc4a039f4d56d49d72 (diff) | |
| download | zope-interface-bcc55d40382f47784d93606daa174d454436e95a.tar.gz | |
Back to development: 4.3.3
| -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', |
