diff options
author | Olivier 'reivilibre <oliverw@matrix.org> | 2024-07-30 18:09:05 +0100 |
---|---|---|
committer | Olivier 'reivilibre <oliverw@matrix.org> | 2024-07-30 18:09:05 +0100 |
commit | b2c55bd049738d6385cf2635c147e8181f46dd15 (patch) | |
tree | db3188b5499a2a8a7cad9b3d678835c12f679d66 /pyproject.toml | |
parent | Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726 (#17497) (diff) | |
parent | Merge branch 'release-v1.112' (diff) | |
download | synapse-b2c55bd049738d6385cf2635c147e8181f46dd15.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 fe6289839c..c8373c6dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.112.0rc1" +version = "1.112.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |