diff --git a/CHANGES.rst b/CHANGES.rst index bba534e..8eb66d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------ diff --git a/news/164.feature b/news/164.feature deleted file mode 100644 index c582a84..0000000 --- a/news/164.feature +++ /dev/null @@ -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] diff --git a/news/168.bugfix b/news/168.bugfix deleted file mode 100644 index 28d8129..0000000 --- a/news/168.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fix tests failing for Plone 6, deprecate Plone 4 and older. -[tschorr] diff --git a/setup.py b/setup.py index 9ee3af8..66e9852 100644 --- a/setup.py +++ b/setup.py @@ -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',