Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 15, 2022
1 parent 98cd8c3 commit b89be2e
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.4.0 (unreleased)
# v0.4.0 (2022-11-15)

* Added support for bridging room mentions in both directions.
* Updated formatter to insert Matrix displayname into mentions when bridging
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.3.3"
__version__ = "0.4.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"
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.27
asyncpg>=0.20,<0.28
ruamel.yaml>=0.15.94,<0.18
commonmark>=0.8,<0.10
python-magic>=0.4,<0.5
Expand Down

0 comments on commit b89be2e

Please sign in to comment.