From 777a41435ba5a824b70e3f6d44ae1fb5da5a2b58 Mon Sep 17 00:00:00 2001 From: Eric Steele Date: Tue, 5 Mar 2013 18:38:08 -0500 Subject: [PATCH] Preparing release 2.1.2 --- 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 4fc7052..0d8aa75 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -2.1.2 (unreleased) +2.1.2 (2013-03-05) ------------------ - Merged Rafael Oliveira's (@rafaelbco) @content-core views from diff --git a/setup.py b/setup.py index 7fa4a97..87e1297 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '2.1.2.dev0' +version = '2.1.2' setup(name='plone.dexterity', version=version,