Preparing release 3.3.2

[ci skip]
This commit is contained in:
Maurits van Rees
2019-12-10 23:58:43 +01:00
parent 79fe742a43
commit 20bd2d6c09
5 changed files with 19 additions and 6 deletions
+18
View File
@@ -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)
------------------
-2
View File
@@ -1,2 +0,0 @@
``/@@moderate-publish-comment``: publish only pending comment, else show status message "comment already approved".
[ksuess]
-1
View File
@@ -1 +0,0 @@
Notification for moderator: show email address of commentator.
-2
View File
@@ -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]
+1 -1
View File
@@ -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',