diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-02-20 16:57:37 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-02-20 16:57:37 +0000 |
commit | 3eb0a3b4689d15e687912a93226b1d20b8c9a6be (patch) | |
tree | d95e5274306a276f65772db60fc13c5bd4c34d38 /pyproject.toml | |
parent | Add HAProxy example for single port operation (#16768) (diff) | |
parent | 1.102.0rc1 (diff) | |
download | synapse-3eb0a3b4689d15e687912a93226b1d20b8c9a6be.tar.xz |
Merge branch 'release-v1.102' into develop
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 cd8bb39422..e1ffb9ffef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.101.0" +version = "1.102.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |