Preparing release 4.0.0a7

[ci skip]
This commit is contained in:
Maurits van Rees 2022-05-14 11:56:23 +02:00
parent 0439e9ea24
commit 64bfc01b71
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
6 changed files with 22 additions and 9 deletions

View File

@ -8,6 +8,27 @@ Changelog
.. towncrier release notes start
4.0.0a7 (2022-05-14)
--------------------
Breaking changes:
- Code style black & isort. Remove six usage. Use plone.base and move annotation key over to here.
[jensens] (#195)
Bug fixes:
- Make compatible with robotframework 3-5.
[maurits] (#5)
- Grant Site Administrators the same workflow permissions as Managers.
They were missing permissions on pending comments.
[maurits] (#199)
- Removed z3c.autoinclude.plugin entrypoint. [maurits] (#3188)
4.0.0a6 (2022-04-28)
--------------------

View File

@ -1,2 +0,0 @@
Code style black & isort. Remove six usage. Use plone.base and move annotation key over to here.
[jensens]

View File

@ -1,3 +0,0 @@
Grant Site Administrators the same workflow permissions as Managers.
They were missing permissions on pending comments.
[maurits]

View File

@ -1 +0,0 @@
Removed z3c.autoinclude.plugin entrypoint. [maurits]

View File

@ -1,2 +0,0 @@
Make compatible with robotframework 3-5.
[maurits]

View File

@ -2,7 +2,7 @@ from setuptools import find_packages
from setuptools import setup
version = "4.0.0a7.dev0"
version = "4.0.0a7"
install_requires = [
"setuptools",