Preparing release 4.0.0b3

[ci skip]
This commit is contained in:
Maurits van Rees 2022-10-11 22:53:30 +02:00
parent 3ba59b0275
commit 2ff0481e09
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.0b3 (2022-10-11)
--------------------
Bug fixes:
- Fix password used in tests. [davisagli] (#203)
4.0.0b2 (2022-09-30)
--------------------

View File

@ -1 +0,0 @@
Fix password used in tests. [davisagli]

View File

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