diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-03-05 14:47:35 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-03-05 14:47:35 +0000 |
commit | 571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c (patch) | |
tree | ad1243c32e7d46b0bb57ce99a15740dab9795ee8 /pyproject.toml | |
parent | Revert "Improve DB performance of calculating badge counts for push. (#16756)... (diff) | |
download | synapse-571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c.tar.xz |
1.102.0
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 e1ffb9ffef..fe51b46b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.102.0rc1" +version = "1.102.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |