Skip to content

Commit

Permalink
Bump version to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 25, 2022
1 parent 0b3da38 commit 76006d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.15.2 (unreleased)
## v0.15.2 (2022-03-25)

* Added support for async media uploads ([MSC2246]).
* Moved `async_getter_lock` decorator to `mautrix.util` (from `mautrix.bridge`).
Expand Down
2 changes: 1 addition & 1 deletion mautrix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.15.1"
__version__ = "0.15.2"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
Expand Down

0 comments on commit 76006d5

Please sign in to comment.