Preparing release 4.0.0b3
[ci skip]
This commit is contained in:
parent
3ba59b0275
commit
2ff0481e09
@ -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)
|
||||
--------------------
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Fix password used in tests. [davisagli]
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user