diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-01-16 17:08:14 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-01-16 17:08:14 +0000 |
commit | 7890bbb4efa6eae17403a10a16881763d296af5e (patch) | |
tree | d31069bd4795f609631a25dce49354c6ddfd0b61 /pyproject.toml | |
parent | feat: add msc4028 to versions api (#16787) (diff) | |
parent | Merge branch 'release-v1.99' (diff) | |
download | synapse-7890bbb4efa6eae17403a10a16881763d296af5e.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 734b11cc50..3c0a5cf579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.99.0rc1" +version = "1.99.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |