diff options
| -rw-r--r-- | CHANGES.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b86bdf5..d5eb04e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.4.0 (unreleased) +4.4.0 (2017-04-21) ------------------ - Avoid a warning from the C compiler. @@ -97,7 +97,7 @@ long_description=( ) setup(name='zope.interface', - version='4.4.0.dev0', + version='4.4.0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', |
