summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-12-26 15:43:05 -0500
committerTres Seaver <tseaver@palladion.com>2014-12-26 15:43:05 -0500
commitb86f4f3a3586d1f8b395c648ab2da5e7b72be2fc (patch)
tree4eabdcf61c63537ef14525e89b3fe96c0840ca7e
parentc91e4766490e0853fb9cd151fe23a2f169087367 (diff)
downloadzope-contenttype-b86f4f3a3586d1f8b395c648ab2da5e7b72be2fc.tar.gz
Prep 4.1.0 release.4.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 247a594..4010258 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Change History
==============
-4.1.0 (unreleased)
+4.1.0 (2014-12-26)
------------------
- Add support for Python 3.4 and PyPy3.
diff --git a/setup.py b/setup.py
index 8812fc8..8a19ea5 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ long_description = read('README.rst') + '\n' + read('CHANGES.rst')
setup(
name='zope.contenttype',
- version='4.1.0.dev0',
+ version='4.1.0',
url='http://pypi.python.org/pypi/zope.contenttype',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',