Preparing release 3.4.2

[ci skip]
This commit is contained in:
Maurits van Rees 2020-06-30 23:37:50 +02:00
parent 1a45b0a374
commit 99031d4a13
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.2 (2020-06-30)
------------------
Bug fixes:
- Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated
[vincentfretin] (#171)
3.4.1 (2020-06-26)
------------------

View File

@ -1,2 +0,0 @@
Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated
[vincentfretin]

View File

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