Preparing release 3.4.0

[ci skip]
This commit is contained in:
Maurits van Rees
2020-04-20 12:23:23 +02:00
parent 63d21db10e
commit 693fa8d9a9
4 changed files with 19 additions and 6 deletions
+18
View File
@@ -8,6 +8,24 @@ Changelog
.. towncrier release notes start
3.4.0 (2020-04-20)
------------------
New features:
- Extended existing review workflow by stati ``rejected`` and ``spam``
Moderation view extended to handle four workflow states.
[ksuess and precious input of agitator] (#164)
Bug fixes:
- Fix tests failing for Plone 6, deprecate Plone 4 and older.
[tschorr] (#168)
3.3.2 (2019-12-10)
------------------
-3
View File
@@ -1,3 +0,0 @@
Extended existing review workflow by stati ``rejected`` and ``spam``
Moderation view extended to handle four workflow states.
[ksuess and precious input of agitator]
-2
View File
@@ -1,2 +0,0 @@
Fix tests failing for Plone 6, deprecate Plone 4 and older.
[tschorr]
+1 -1
View File
@@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.4.0.dev0'
version = '3.4.0'
install_requires = [
'setuptools',