diff options
author | David Robertson <davidr@element.io> | 2023-10-24 13:01:02 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-10-24 13:01:02 +0100 |
commit | 79f48b2b4fd6a90d919dc64f5a8d393c50cd5652 (patch) | |
tree | 402cc4a668daf185c0b976e2556fbb13553e6bcc /pyproject.toml | |
parent | Build Debian packages for Ubuntu 23.10 Mantic Minotaur (#16524) (diff) | |
download | synapse-79f48b2b4fd6a90d919dc64f5a8d393c50cd5652.tar.xz |
1.95.0 v1.95.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 498b663bae..f3764b1a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.95.0rc1" +version = "1.95.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |