Skip to content

Commit 50792fd

Browse files
committed
Bump version to 0.18.0
1 parent ed3c4c0 commit 50792fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.18.0 (unreleased)
1+
## v0.18.0 (2022-09-15)
22

33
* **Breaking change *(util.async_db)*** Added checks to prevent calling
44
`.start()` on a database multiple times.

mautrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.17.8"
1+
__version__ = "0.18.0"
22
__author__ = "Tulir Asokan <[email protected]>"
33
__all__ = [
44
"api",

0 commit comments

Comments
 (0)