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 1bd27de..6f23717 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -4.1.3 (unreleased) +4.1.3 (2015-10-05) ------------------ - Fix installation without a C compiler on Python 3.5 @@ -113,7 +113,7 @@ long_description=( ) setup(name='zope.interface', - version='4.1.3.dev0', + version='4.1.3', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', |