diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-09-19 10:33:22 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-09-19 10:33:22 -0400 |
commit | 5a66ff2f5c29bb9a48b5338dbf5013ae3913828b (patch) | |
tree | 77a6277e3525c13c30fa21a4e75bafddd4bacf95 /pyproject.toml | |
parent | Fix-up deactivated notes in docs. (#16355) (diff) | |
parent | Update changelog. (diff) | |
download | synapse-5a66ff2f5c29bb9a48b5338dbf5013ae3913828b.tar.xz |
Merge branch 'release-v1.93' 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 de4dd61ea5..f69336a73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.3" +version = "1.93.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |