Preparing release 3.4.2
[ci skip]
This commit is contained in:
parent
1a45b0a374
commit
99031d4a13
10
CHANGES.rst
10
CHANGES.rst
@ -8,6 +8,16 @@ Changelog
|
|||||||
|
|
||||||
.. towncrier release notes start
|
.. 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)
|
3.4.1 (2020-06-26)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
Close input tags properly in moderation.pt to avoid an error with i18ndude find-untranslated
|
|
||||||
[vincentfretin]
|
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ from setuptools import find_packages
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
version = '3.4.2.dev0'
|
version = '3.4.2'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'setuptools',
|
'setuptools',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user