diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-08-06 12:24:47 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-08-06 12:24:47 +0100 |
commit | 932cb0a92838918fc38c233be3797adf43b8893d (patch) | |
tree | e58288bf8d61e45c8552d2c9da25e0d05adae482 /pyproject.toml | |
parent | Bump phonenumbers from 8.13.39 to 8.13.42 (#17521) (diff) | |
download | synapse-932cb0a92838918fc38c233be3797adf43b8893d.tar.xz |
1.113.0rc1 v1.113.0rc1 github/release-v1.113 release-v1.113
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 c8373c6dbc..c29d1534fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.112.0" +version = "1.113.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |