diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-04-06 11:44:26 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-04-06 11:44:26 -0400 |
commit | 72b43bec8bcbb6edb894636b5657b974e6a94a09 (patch) | |
tree | 61b4330da785626aa051ef16deae14beb71f7e66 /pyproject.toml | |
parent | Implement MSC3989 to redact the origin field. (#15393) (diff) | |
parent | 1.81.0rc2 (diff) | |
download | synapse-72b43bec8bcbb6edb894636b5657b974e6a94a09.tar.xz |
Merge remote-tracking branch 'origin/release-v1.81' 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 3b38d8370c..1386dd859f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.81.0rc1" +version = "1.81.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |