We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e808bea commit f4b1dfbCopy full SHA for f4b1dfb
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## v0.19.2 (unreleased)
+## v0.19.2 (2023-01-14)
2
3
* *(util.async_body)* Added utility for reading aiohttp response into a bytearray
4
(so that the output is mutable, e.g. for decrypting or encrypting media).
mautrix/__init__.py
-__version__ = "0.19.1"
+__version__ = "0.19.2"
__author__ = "Tulir Asokan <tulir@maunium.net>"
__all__ = [
"api",
0 commit comments