Preparing release 4.0.0b1

[ci skip]
This commit is contained in:
Maurits van Rees 2022-06-23 21:05:12 +02:00
parent bccfc55f49
commit 4959d6ae21
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
3 changed files with 12 additions and 4 deletions

View File

@ -8,6 +8,17 @@ Changelog
.. towncrier release notes start
4.0.0b1 (2022-06-23)
--------------------
Bug fixes:
- Test-only fix: normalize white space when comparing output of ``comment.getText()``.
Needed to not fail with newer ``plone.outputfilters``.
[maurits] (#49)
4.0.0a7 (2022-05-14)
--------------------

View File

@ -1,3 +0,0 @@
Test-only fix: normalize white space when comparing output of ``comment.getText()``.
Needed to not fail with newer ``plone.outputfilters``.
[maurits]

View File

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