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
3 changed files with 11 additions and 3 deletions
+10
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)
--------------------
-2
View File
@@ -1,2 +0,0 @@
Add missing i18n:translate tags
[erral]
+1 -1
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',