diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-06-26 14:09:13 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-06-26 14:09:13 +0200 |
commit | 9f47513458e064be0b7579c42d672464a4200ffe (patch) | |
tree | bfd68f04a70b801362d73d6a891a71397fd823f4 /pyproject.toml | |
parent | Fixes to the table of contents in the README (#17329) (diff) | |
download | synapse-9f47513458e064be0b7579c42d672464a4200ffe.tar.xz |
1.110.0rc1
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1485016a5a..19998c1acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.109.0" +version = "1.110.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |