Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 3, 2023
1 parent c475d9d commit 3fd3537
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mautrix_googlechat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.5.0"
__version__ = "0.5.1"
__author__ = "Tulir Asokan <[email protected]>"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3fd3537

Please sign in to comment.