diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-05-14 15:21:42 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-05-14 15:21:42 +0100 |
commit | 68dca8076fd992d3dc59c38287ab6183a073874d (patch) | |
tree | 8f8ccf171ae5885bede26846dcc41a7980165298 /pyproject.toml | |
parent | Cache literal sync filter validation (#17186) (diff) | |
parent | 1.107.0 (diff) | |
download | synapse-68dca8076fd992d3dc59c38287ab6183a073874d.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 48aac66f63..dd4521ff71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.107.0rc1" +version = "1.107.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |