Preparing release 3.4.1

[ci skip]
This commit is contained in:
Maurits van Rees 2020-06-26 09:57:38 +02:00
parent e1a433956e
commit 01c502a1e1
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 .. towncrier release notes start
3.4.1 (2020-06-26)
------------------
Bug fixes:
- Reuse existing translation for the "Save" button in the Edit comment form.
[vincentfretin] (#170)
3.4.0 (2020-04-20) 3.4.0 (2020-04-20)
------------------ ------------------

View File

@ -1,2 +0,0 @@
Reuse existing translation for the "Save" button in the Edit comment form.
[vincentfretin]

View File

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