diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-06-04 12:37:07 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-06-04 12:37:07 +0100 |
commit | eab0b548e43515727da7589426cb6e5e9d39a2c2 (patch) | |
tree | bdbc7e3cb8259e58b795f43c09ff38f2fd37c0d8 /pyproject.toml | |
parent | Bump sentry-sdk from 2.1.1 to 2.3.1 (#17263) (diff) | |
parent | Fix typo in CHANGES.md (diff) | |
download | synapse-eab0b548e43515727da7589426cb6e5e9d39a2c2.tar.xz |
Merge branch 'release-v1.109' 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 9a3348be49..8cc99b8cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.108.0" +version = "1.109.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |