Skip to content

Commit f4b1dfb

Browse files
committed
Bump version to 0.19.2
1 parent e808bea commit f4b1dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.19.2 (unreleased)
1+
## v0.19.2 (2023-01-14)
22

33
* *(util.async_body)* Added utility for reading aiohttp response into a bytearray
44
(so that the output is mutable, e.g. for decrypting or encrypting media).

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.1"
1+
__version__ = "0.19.2"
22
__author__ = "Tulir Asokan <tulir@maunium.net>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)