mirror of
https://github.com/mautrix/telegram.git
synced 2026-05-17 07:25:46 +03:00
Bump version to 0.15.0
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__version__ = "0.14.2"
|
||||
__version__ = "0.15.0"
|
||||
__author__ = "Tulir Asokan <tulir@maunium.net>"
|
||||
|
||||
1
setup.py
1
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user