summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Groszer <agroszer@gmail.com>2017-04-12 09:57:39 +0200
committerAdam Groszer <agroszer@gmail.com>2017-04-12 09:57:39 +0200
commit31982810822d90cbf424a15c80155599a90eac8b (patch)
tree700e89dc8b2501a555d2bd865c8d8f9c38dc4f52
parent8723eef33af9e97174098d42c623bfd92cea5953 (diff)
downloadzope-exceptions-4.1.0.tar.gz
Preparing release 4.1.04.1.0
-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 0b29049..628f8a0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
``zope.exceptions`` Changelog
=============================
-4.1.0 (unreleased)
+4.1.0 (2017-04-12)
------------------
- Drop support for Python 2.6 and 3.2.
diff --git a/setup.py b/setup.py
index 497c783..9e1587c 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ def alltests():
return unittest.TestSuite(suites)
setup(name='zope.exceptions',
- version='4.1.0.dev0',
+ version='4.1.0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',