Bump version to 0.15.0
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# v0.15.0 (unreleased)
|
# v0.15.0 (2023-11-26)
|
||||||
|
|
||||||
* Removed support for MSC2716 backfilling.
|
* Removed support for MSC2716 backfilling.
|
||||||
* Added `add-contact` and `delete-contact` commands.
|
* Added `add-contact` and `delete-contact` commands.
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
__version__ = "0.14.2"
|
__version__ = "0.15.0"
|
||||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ setuptools.setup(
|
|||||||
"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",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
],
|
],
|
||||||
package_data={"mautrix_telegram": [
|
package_data={"mautrix_telegram": [
|
||||||
"web/public/*.mako", "web/public/*.png", "web/public/*.css",
|
"web/public/*.mako", "web/public/*.png", "web/public/*.css",
|
||||||
|
|||||||
Reference in New Issue
Block a user