Preparing release 4.0.0a4

[ci skip]
This commit is contained in:
Maurits van Rees 2022-03-23 17:23:44 +01:00
parent 39fe91fd08
commit 213c198943
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
3 changed files with 10 additions and 2 deletions

View File

@ -8,6 +8,15 @@ Changelog
.. towncrier release notes start
4.0.0a4 (2022-03-23)
--------------------
New features:
- Added 'View comments' permission. [@razvanMiu] (#180)
4.0.0a3 (2021-10-16)
--------------------

View File

@ -1 +0,0 @@
Added 'View comments' permission. [@razvanMiu]

View File

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