diff options
author | Sean Quah <seanq@matrix.org> | 2022-10-06 10:33:23 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-10-06 10:33:23 +0100 |
commit | f6f6bdc7b3bc3ccf26028c7342fbf33968bf4071 (patch) | |
tree | a2429be6cdff5f3471214bc21037dfe1c36375d3 /pyproject.toml | |
parent | Fix backwards compatibility with upcoming threads schema changes. (#14045) (diff) | |
download | synapse-f6f6bdc7b3bc3ccf26028c7342fbf33968bf4071.tar.xz |
1.69.0rc2
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 c302cff54e..da5652bd60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.69.0rc1" +version = "1.69.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |