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
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
3.4.3 (2020-09-28)
------------------
Bug fixes:
- Fix tests with Products.MailHost 4.10.
[maurits] (#3178)
3.4.2 (2020-06-30)
------------------

View File

@ -1,2 +0,0 @@
Fix tests with Products.MailHost 4.10.
[maurits]

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',