diff options
author | David Robertson <davidr@element.io> | 2023-10-24 14:23:20 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-10-24 14:23:20 +0100 |
commit | 2f354248121d2f4ab90222f867274c432bacb2d9 (patch) | |
tree | 47c23a03b2fd62c26483997e9ad533803a6ce5f8 /pyproject.toml | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into develop (diff) | |
parent | 1.95.0 (diff) | |
download | synapse-2f354248121d2f4ab90222f867274c432bacb2d9.tar.xz |
Merge branch 'master' 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 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" |