From 99031d4a1347d1f097cc38764e7d43e8ba769608 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 30 Jun 2020 23:37:50 +0200 Subject: [PATCH] Preparing release 3.4.2 [ci skip] --- CHANGES.rst | 10 ++++++++++ news/171.bugfix | 2 -- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 news/171.bugfix diff --git a/CHANGES.rst b/CHANGES.rst index e6c6a99..36799c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------ diff --git a/news/171.bugfix b/news/171.bugfix deleted file mode 100644 index ab92f1e..0000000 --- a/news/171.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated -[vincentfretin] diff --git a/setup.py b/setup.py index cb3b4eb..c3c68a3 100644 --- a/setup.py +++ b/setup.py @@ -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',