From 5b28e9d7c2ad9ab61895ac8494daa2a067a3104e Mon Sep 17 00:00:00 2001 From: Eric Steele Date: Sun, 26 May 2013 21:10:19 -0400 Subject: [PATCH] Preparing release 2.1.3 --- 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 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,