Preparing release 4.0.0a6

[ci skip]
This commit is contained in:
Maurits van Rees 2022-04-28 21:47:53 +02:00
parent 31af5d1752
commit 9640cc937a
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
3 changed files with 11 additions and 3 deletions

View File

@ -8,6 +8,16 @@ Changelog
.. towncrier release notes start
4.0.0a6 (2022-04-28)
--------------------
Bug fixes:
- Replaced use of ``plone.api``. That should not be done in Plone core.
[maurits] (#188)
4.0.0a5 (2022-04-04)
--------------------

View File

@ -1,2 +0,0 @@
Replaced use of ``plone.api``. That should not be done in Plone core.
[maurits]

View File

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '4.0.0a6.dev0'
version = '4.0.0a6'
install_requires = [
'setuptools',