From 3fd35374b40e2d456c6582f9497bcd57433b8177 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 3 Oct 2023 15:10:55 +0300 Subject: [PATCH] Bump version to 0.5.1 --- CHANGELOG.md | 2 +- mautrix_googlechat/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fbaeb..11d0ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.5.1 (unreleased) +# v0.5.1 (2023-10-03) * Added support for double puppeting with arbitrary `as_token`s. See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info. diff --git a/mautrix_googlechat/__init__.py b/mautrix_googlechat/__init__.py index e663aac..cfaa1ad 100644 --- a/mautrix_googlechat/__init__.py +++ b/mautrix_googlechat/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" __author__ = "Tulir Asokan " diff --git a/requirements.txt b/requirements.txt index 8a65e04..e1670b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp>=3,<4 yarl>=1,<2 -asyncpg>=0.20,<0.28 +asyncpg>=0.20,<0.29 ruamel.yaml>=0.15.94,<0.18 commonmark>=0.8,<0.10 python-magic>=0.4,<0.5