diff --git a/CHANGES.rst b/CHANGES.rst index 0a144f0..bba534e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,24 @@ Changelog .. towncrier release notes start +3.3.2 (2019-12-10) +------------------ + +New features: + + +- Notification for moderator: show email address of commentator. (#163) +- Link to the commented page for editing, approving, deleting comment instead of linking to ``/@@moderate-publish-comment`` and ``@@moderate-delete-comment``. + [ksuess] (#163) + + +Bug fixes: + + +- ``/@@moderate-publish-comment``: publish only pending comment, else show status message "comment already approved". + [ksuess] (#163) + + 3.3.1 (2019-11-25) ------------------ diff --git a/news/163.bugfix b/news/163.bugfix deleted file mode 100644 index 6bab990..0000000 --- a/news/163.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -``/@@moderate-publish-comment``: publish only pending comment, else show status message "comment already approved". -[ksuess] diff --git a/news/163.feature.1 b/news/163.feature.1 deleted file mode 100644 index e6963b7..0000000 --- a/news/163.feature.1 +++ /dev/null @@ -1 +0,0 @@ -Notification for moderator: show email address of commentator. diff --git a/news/163.feature.2 b/news/163.feature.2 deleted file mode 100644 index 48658e7..0000000 --- a/news/163.feature.2 +++ /dev/null @@ -1,2 +0,0 @@ -Link to the commented page for editing, approving, deleting comment instead of linking to ``/@@moderate-publish-comment`` and ``@@moderate-delete-comment``. -[ksuess] diff --git a/setup.py b/setup.py index 6954ff0..dd81383 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages from setuptools import setup -version = '3.3.2.dev0' +version = '3.3.2' install_requires = [ 'setuptools',