Preparing release 4.0.0

[ci skip]
This commit is contained in:
Maurits van Rees 2022-11-11 00:23:30 +01:00
parent 9d0cc0425d
commit ee2d81d9fd
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.0 (2022-11-11)
------------------
Bug fixes:
- Set timezones for creation and modification dates of comments [instification] (#204)
4.0.0b3 (2022-10-11)
--------------------

View File

@ -1 +0,0 @@
Set timezones for creation and modification dates of comments [instification]

View File

@ -2,7 +2,7 @@ from setuptools import find_packages
from setuptools import setup
version = "4.0.0b4.dev1"
version = "4.0.0"
install_requires = [
"setuptools",