Skip to content

Commit 16e5738

Browse files
committed
Bump version to 0.19.3
1 parent ea6cc31 commit 16e5738

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.19.3 (2023-01-27)
2+
3+
* *(bridge)* Bumped default timeouts for decrypting incoming messages.
4+
15
## v0.19.2 (2023-01-14)
26

37
* *(util.async_body)* Added utility for reading aiohttp response into a bytearray

mautrix/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.19.3"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

optional-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-magic
22
ruamel.yaml
3-
SQLAlchemy
3+
SQLAlchemy<2
44
commonmark
55
lxml
66
asyncpg

0 commit comments

Comments
 (0)