diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index ec55424..a85d1ae 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -2.1.3 (unreleased) +2.1.3 (2013-05-26) ------------------ - Fail gracefully when a schema lookup fails due to schema that doesn't diff --git a/setup.py b/setup.py index 0aa7f18..b260110 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '2.1.3.dev0' +version = '2.1.3' setup(name='plone.dexterity', version=version,