diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-17 11:31:15 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-17 11:31:15 +0100 |
commit | 6b097a3e17ec52b2486a91c8dcf8f8cb53f740f3 (patch) | |
tree | 75eac6175e3cea1bdec86babf03cf04f1546725f /pyproject.toml | |
parent | 1.69.0rc4 (diff) | |
download | synapse-6b097a3e17ec52b2486a91c8dcf8f8cb53f740f3.tar.xz |
1.69.0 v1.69.0
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 61f876ee59..5eab8d24f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.69.0rc4" +version = "1.69.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |