merge latest

This commit is contained in:
Elizabeth Leddy 2013-03-18 16:14:40 -07:00
commit 2fb1d726b8
2 changed files with 2 additions and 5 deletions

View File

@ -3,14 +3,11 @@ Changelog
2.1.3 (unreleased)
------------------
- Fail gracefully when a schema lookup fails due to schema that doesn't
exist or no longer exists for some reason or another.
[eleddy]
- Add convenience functions (aka sanity) for getting
dexterity fields and behavior fields in a consistent way
[eleddy]
2.1.2 (2013-03-05)
------------------

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '2.1.2.dev0'
version = '2.1.3.dev0'
setup(name='plone.dexterity',
version=version,