Skip to content

Commit 562f646

Browse files
committed
Bump version to 0.15.0
1 parent ab3cf5b commit 562f646

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.15.0 (unreleased)
1+
# v0.15.0 (2023-11-26)
22

33
* Removed support for MSC2716 backfilling.
44
* Added `add-contact` and `delete-contact` commands.

mautrix_telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.14.2"
1+
__version__ = "0.15.0"
22
__author__ = "Tulir Asokan <[email protected]>"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"Programming Language :: Python :: 3.9",
6464
"Programming Language :: Python :: 3.10",
6565
"Programming Language :: Python :: 3.11",
66+
"Programming Language :: Python :: 3.12",
6667
],
6768
package_data={"mautrix_telegram": [
6869
"web/public/*.mako", "web/public/*.png", "web/public/*.css",

0 commit comments

Comments
 (0)