Preparing release 4.0.0a1

[ci skip]
This commit is contained in:
esteele 2021-04-21 16:13:43 -04:00
parent c4c2bb8095
commit 979e0e4b2d
No known key found for this signature in database
GPG Key ID: FFB4135BB805E105
3 changed files with 20 additions and 3 deletions

View File

@ -8,6 +8,25 @@ Changelog
.. towncrier release notes start
4.0.0a1 (2021-04-21)
--------------------
New features:
- Refactor templates and styling for comments and controlpanel.
[santonelli] (#169)
- Cleanup template and move message to python code.
[santonelli] (#177)
Bug fixes:
- Fix tests with Products.MailHost 4.11.
[maurits] (#174)
3.4.4 (2020-10-09)
------------------

View File

@ -1,2 +0,0 @@
Cleanup template and move message to python code.
[santonelli]

View File

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