Preparing release 4.0.0a2

[ci skip]
This commit is contained in:
Maurits van Rees
2021-09-15 15:38:00 +02:00
parent 9ed94f0d7e
commit 0f524f76e4
6 changed files with 21 additions and 8 deletions
+20
View File
@@ -8,6 +8,26 @@ Changelog
.. towncrier release notes start
4.0.0a2 (2021-09-15)
--------------------
New features:
- Refactor templates and styling for comments and controlpanel.
[santonelli] (#169)
- Implement events for Comment (ICommentModifiedEvent) and Reply(IReplyModifiedEvent) modification [ericof] (#183)
Bug fixes:
- Fix tests with Products.MailHost 4.11.
[maurits] (#174)
- Remove cyclic dependency with Products.CMFPlone
[ericof] (#186)
4.0.0a1 (2021-04-21)
--------------------
-2
View File
@@ -1,2 +0,0 @@
Refactor templates and styling for comments and controlpanel.
[santonelli]
-2
View File
@@ -1,2 +0,0 @@
Fix tests with Products.MailHost 4.11.
[maurits]
-1
View File
@@ -1 +0,0 @@
Implement events for Comment (ICommentModifiedEvent) and Reply(IReplyModifiedEvent) modification [ericof]
-2
View File
@@ -1,2 +0,0 @@
Remove cyclic dependency with Products.CMFPlone
[ericof]
+1 -1
View File
@@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '4.0.0a2.dev0'
version = '4.0.0a2'
install_requires = [
'setuptools',