From d7c019eb7f4134f2f115f98a0ecd6fdebfbc24f5 Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Wed, 9 May 2018 11:44:50 +0200 Subject: [PATCH] Preparing release 2.1.0 --- docs/HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index bc48324..cf6e976 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -1,7 +1,7 @@ Changelog ========= -2.1.0 (unreleased) +2.1.0 (2018-05-09) ------------------ - Fix validators for Dexterity fields. Now works well with Files and images diff --git a/setup.py b/setup.py index f2c99c7..90444cd 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '2.1.0.dev0' +version = '2.1.0' tests_require = [ 'plone.app.testing',