From 4c188bba59f3466e089d3d9bec962e125136496a Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Thu, 12 May 2011 09:18:36 +0000 Subject: [PATCH] Prepare plone.app.discussion 2.0.2. svn path=/plone.app.discussion/trunk/; revision=49467 --- CHANGES.txt | 8 ++++---- setup.py | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) 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',