Bump version to 0.15.0

This commit is contained in:
Tulir Asokan
2023-11-26 20:15:48 +02:00
parent ab3cf5bc5f
commit 562f646fea
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# v0.15.0 (unreleased)
# v0.15.0 (2023-11-26)
* Removed support for MSC2716 backfilling.
* Added `add-contact` and `delete-contact` commands.

View File

@@ -1,2 +1,2 @@
__version__ = "0.14.2"
__version__ = "0.15.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"

View File

@@ -63,6 +63,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
package_data={"mautrix_telegram": [
"web/public/*.mako", "web/public/*.png", "web/public/*.css",