From c2cf42edb8b0a6523fb695ba6e6557b3da38dfca Mon Sep 17 00:00:00 2001 From: Eric Steele Date: Thu, 17 Jan 2013 22:02:28 -0500 Subject: [PATCH] Preparing release 2.1.1 --- docs/HISTORY.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index e80d9a6..40eeca2 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -2.1.1 (unreleased) +2.1.1 (2013-01-17) ------------------ * No longer add title and description fields to new FTIs by default. diff --git a/setup.py b/setup.py index 623a1bc..2a0995f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '2.1.1.dev0' +version = '2.1.1' setup(name='plone.dexterity', version=version,