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