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,