diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-10-10 10:57:54 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-10-10 10:57:54 +0100 |
commit | 25c412b3c57962104d7a9452f03a0fca7e999bc2 (patch) | |
tree | 48df8cbaa48ced1dd7ce9b0c138c34f2eeb766f3 /pyproject.toml | |
parent | Update changelog (diff) | |
download | synapse-25c412b3c57962104d7a9452f03a0fca7e999bc2.tar.xz |
1.94.0 v1.94.0
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b22172291a..672dfa8a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.94.0rc1" +version = "1.94.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |