From 16e5738a1c74813a204b5165fe6c6e85ab4497dc Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 27 Jan 2023 15:01:45 +0200 Subject: [PATCH] Bump version to 0.19.3 --- CHANGELOG.md | 4 ++++ mautrix/__init__.py | 2 +- optional-requirements.txt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b027db..1a94abdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.19.3 (2023-01-27) + +* *(bridge)* Bumped default timeouts for decrypting incoming messages. + ## v0.19.2 (2023-01-14) * *(util.async_body)* Added utility for reading aiohttp response into a bytearray diff --git a/mautrix/__init__.py b/mautrix/__init__.py index 67d8ba2e..4a89ae2f 100644 --- a/mautrix/__init__.py +++ b/mautrix/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.19.2" +__version__ = "0.19.3" __author__ = "Tulir Asokan " __all__ = [ "api", diff --git a/optional-requirements.txt b/optional-requirements.txt index 6cfdcece..a5660f4a 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -1,6 +1,6 @@ python-magic ruamel.yaml -SQLAlchemy +SQLAlchemy<2 commonmark lxml asyncpg