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
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
5 changed files with 19 additions and 6 deletions

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)
------------------

View File

@ -1,2 +0,0 @@
``/@@moderate-publish-comment``: publish only pending comment, else show status message "comment already approved".
[ksuess]

View File

@ -1 +0,0 @@
Notification for moderator: show email address of commentator.

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]

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',