Preparing release 4.0.0a3

[ci skip]
This commit is contained in:
Maurits van Rees 2021-10-16 15:09:30 +02:00
parent 6460109926
commit 8696a6f290
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
4.0.0a3 (2021-10-16)
--------------------
Bug fixes:
- Add missing i18n:translate tags
[erral] (#189)
4.0.0a2 (2021-09-15)
--------------------

View File

@ -1,2 +0,0 @@
Add missing i18n:translate tags
[erral]

View File

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