diff options
author | Quentin Gliech <quenting@element.io> | 2024-07-10 11:36:07 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-07-10 11:36:07 +0200 |
commit | 8e229535fae246eb4ec54b5097f5aaaee2dc470d (patch) | |
tree | d1a8d730b6f418521f89a8949c6d52a1e84ee108 /pyproject.toml | |
parent | Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418) (diff) | |
parent | 1.111.0rc2 (diff) | |
download | synapse-8e229535fae246eb4ec54b5097f5aaaee2dc470d.tar.xz |
Merge branch 'release-v1.111' into develop
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0b1f03bb81..41de90f9f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.111.0rc1" +version = "1.111.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |