summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2010-03-24 01:51:52 +0000
committerTres Seaver <tseaver@palladion.com>2010-03-24 01:51:52 +0000
commit734017dc9ac6349192372c9c1472b50d0f5cd5d5 (patch)
tree98d59dea5a52a0a395f63469111bdbe037bb0ce1
parent0a971c522dc3b03acca6cccbab65ecbbc759ecca (diff)
downloadzope-contenttype-734017dc9ac6349192372c9c1472b50d0f5cd5d5.tar.gz
Prep 3.5.1 release.
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 93c5d77..81e621e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
Change History
==============
-3.5.1 (unreleased)
+3.5.1 (2010-03-23)
------------------
* LP #242321: fix IndexError raised when testing strings consisting
diff --git a/setup.py b/setup.py
index 54b8e4f..f3723a4 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ long_description = (
setup(
name='zope.contenttype',
- version='3.5.1dev',
+ version='3.5.1',
url='http://pypi.python.org/pypi/zope.contenttype',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',