Preparing release 2.1.3

This commit is contained in:
Eric Steele 2013-05-26 21:10:19 -04:00
parent 8ab4d12695
commit 5b28e9d7c2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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,