Preparing release 3.4.0

[ci skip]
Tento commit je obsažen v:
Maurits van Rees 2020-04-20 12:23:23 +02:00
rodič 63d21db10e
revize 693fa8d9a9
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: AAEC1E5318E6FCCE
4 změnil soubory, kde provedl 19 přidání a 6 odebrání

Zobrazit soubor

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

Zobrazit soubor

@ -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]

Zobrazit soubor

@ -1,2 +0,0 @@
Fix tests failing for Plone 6, deprecate Plone 4 and older.
[tschorr]

Zobrazit soubor

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