summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2024-01-16 17:08:14 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2024-01-16 17:08:14 +0000
commit7890bbb4efa6eae17403a10a16881763d296af5e (patch)
treed31069bd4795f609631a25dce49354c6ddfd0b61 /pyproject.toml
parentfeat: add msc4028 to versions api (#16787) (diff)
parentMerge branch 'release-v1.99' (diff)
downloadsynapse-7890bbb4efa6eae17403a10a16881763d296af5e.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"