diff --git a/CHANGES.txt b/CHANGES.txt index c688ee7..b28a9b2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,10 @@ Changelog ========= -2.0.2 (unreleased) +2.0.2 (2011-05-12) ------------------ -- Moderation should be enabled only if there is a workflow set for Discussion +- Moderation should be enabled only if there is a workflow set for Discussion Item. [erico_andrei] @@ -17,7 +17,7 @@ Changelog - Add links to delete/approve a comment in the moderator notification email. [timo] -- Remove the unnecessary workflow_action parameter from the PublishComments +- Remove the unnecessary workflow_action parameter from the PublishComments request. [timo] @@ -35,7 +35,7 @@ Changelog - Provide the comment body text in the email notification. [timo] -- Fix comment link in email notification. This fixes +- Fix comment link in email notification. This fixes http://dev.plone.org/plone/ticket/11413. [timo] diff --git a/setup.py b/setup.py index 811bf6f..ea842b4 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,6 @@ -import sys from setuptools import setup, find_packages -version = '2.0.1' +version = '2.0.2' install_requires = [ 'setuptools',