Prepare plone.app.discussion 2.0.2.

svn path=/plone.app.discussion/trunk/; revision=49467
This commit is contained in:
Hanno Schlichting 2011-05-12 09:18:36 +00:00
parent 420af84651
commit 4c188bba59
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.0.2 (unreleased)
2.0.2 (2011-05-12)
------------------
- Moderation should be enabled only if there is a workflow set for Discussion

View File

@ -1,7 +1,6 @@
import sys
from setuptools import setup, find_packages
version = '2.0.1'
version = '2.0.2'
install_requires = [
'setuptools',