From 9bf10a6fc6222c92a0d9825f7a03ae02a0d912b9 Mon Sep 17 00:00:00 2001 From: Eric Steele Date: Tue, 5 Mar 2013 18:38:41 -0500 Subject: [PATCH] Back to development: 2.1.3 --- docs/HISTORY.txt | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 0d8aa75..718339a 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,12 @@ Changelog ========= +2.1.3 (unreleased) +------------------ + +- Nothing changed yet. + + 2.1.2 (2013-03-05) ------------------ diff --git a/setup.py b/setup.py index 87e1297..0aa7f18 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '2.1.2' +version = '2.1.3.dev0' setup(name='plone.dexterity', version=version,