Preparing release 3.4.3

[ci skip]
This commit is contained in:
Maurits van Rees
2020-09-28 12:18:32 +02:00
parent 5ada6a6fc2
commit b477f79482
3 changed files with 11 additions and 3 deletions
+10
View File
@@ -8,6 +8,16 @@ Changelog
.. towncrier release notes start
3.4.3 (2020-09-28)
------------------
Bug fixes:
- Fix tests with Products.MailHost 4.10.
[maurits] (#3178)
3.4.2 (2020-06-30)
------------------
-2
View File
@@ -1,2 +0,0 @@
Fix tests with Products.MailHost 4.10.
[maurits]
+1 -1
View File
@@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
version = '3.4.3.dev0'
version = '3.4.3'
install_requires = [
'setuptools',