summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2015-10-05 10:34:51 +0300
committerMarius Gedminas <marius@gedmin.as>2015-10-05 10:34:51 +0300
commitd99c28ae9f5bc36bc2f40cec1fc7b8947a227077 (patch)
tree9303a3a83ef2f82e1109b03f8d277691f0b3cc0a
parent5d251bc39a7085274ee603325f6e4d0b2bad5be1 (diff)
downloadzope-interface-4.1.3.tar.gz
Preparing release 4.1.34.1.3
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
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
diff --git a/setup.py b/setup.py
index 9988d84..27f400d 100644
--- a/setup.py
+++ b/setup.py
@@ -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',