Bump version to 0.4.0
This commit is contained in:
parent
f87e4ca7b9
commit
bf3a3b65d8
@ -1,4 +1,4 @@
|
|||||||
# v0.4.0 (unreleased)
|
# v0.4.0 (2023-01-29)
|
||||||
|
|
||||||
* Dropped support for using a custom maubot API base path.
|
* Dropped support for using a custom maubot API base path.
|
||||||
* The public URL can still have a path prefix, e.g. when using a reverse
|
* The public URL can still have a path prefix, e.g. when using a reverse
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.3.1"
|
__version__ = "0.4.0"
|
||||||
|
1
setup.py
1
setup.py
@ -53,6 +53,7 @@ setuptools.setup(
|
|||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
|
"Programming Language :: Python :: 3.11",
|
||||||
],
|
],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
Loading…
Reference in New Issue
Block a user