diff options
author | Marius Gedminas <marius@gedmin.as> | 2015-10-05 10:34:51 +0300 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2015-10-05 10:34:51 +0300 |
commit | d99c28ae9f5bc36bc2f40cec1fc7b8947a227077 (patch) | |
tree | 9303a3a83ef2f82e1109b03f8d277691f0b3cc0a | |
parent | 5d251bc39a7085274ee603325f6e4d0b2bad5be1 (diff) | |
download | zope-interface-4.1.3.tar.gz |
Preparing release 4.1.34.1.3
-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', |