Preparing release 4.0.0b2

[ci skip]
This commit is contained in:
Maurits van Rees
2022-09-30 16:11:35 +02:00
parent 288c090744
commit f83c5e8e8d
3 changed files with 10 additions and 2 deletions
+9
View File
@@ -8,6 +8,15 @@ Changelog
.. towncrier release notes start
4.0.0b2 (2022-09-30)
--------------------
Bug fixes:
- Use longer passwords in tests. [davisagli] (#203)
4.0.0b1 (2022-06-23)
--------------------
-1
View File
@@ -1 +0,0 @@
Use longer passwords in tests. [davisagli]
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import find_packages
from setuptools import setup
version = "4.0.0b2.dev0"
version = "4.0.0b2"
install_requires = [
"setuptools",