diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-03-19 12:24:41 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-03-19 12:24:41 +0000 |
commit | 0b4dc4de7cd92180074ccf32ed4a53b7fa330aad (patch) | |
tree | f5ebc22236c8ba40083006512f9da75bcf43d04e /pyproject.toml | |
parent | Update changelog (diff) | |
download | synapse-0b4dc4de7cd92180074ccf32ed4a53b7fa330aad.tar.xz |
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 2bda9596f6..d0b119fab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.103.0rc1" +version = "1.103.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |