Prepare plone.formwidget.contenttree 1.0.6.

This commit is contained in:
Laurence Rowe 2012-09-28 12:31:23 +01:00
parent d99c518c83
commit ec515b24d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
1.0.6 (unreleased)
1.0.6 (2012-09-28)
------------------
* Tweak CSS to use outline instead of border.

View File

@ -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,