From ec515b24d9d26935e5a97d421bb51ffaf3b0637f Mon Sep 17 00:00:00 2001 From: Laurence Rowe Date: Fri, 28 Sep 2012 12:31:23 +0100 Subject: [PATCH] Prepare plone.formwidget.contenttree 1.0.6. --- 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 3e8fde5..b47d271 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -1.0.6 (unreleased) +1.0.6 (2012-09-28) ------------------ * Tweak CSS to use outline instead of border. diff --git a/setup.py b/setup.py index 90d184c..33487e2 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '1.0.6dev' +version = '1.0.6' setup(name='plone.formwidget.contenttree', version=version,