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,