diff --git a/CHANGES.rst b/CHANGES.rst index b74c07c..f2436a7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) -------------------- diff --git a/news/180.feature b/news/180.feature deleted file mode 100644 index 757f219..0000000 --- a/news/180.feature +++ /dev/null @@ -1 +0,0 @@ -Added 'View comments' permission. [@razvanMiu] diff --git a/setup.py b/setup.py index b5f4c1a..3e4d6b4 100644 --- a/setup.py +++ b/setup.py @@ -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',