summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-10 13:43:18 +0000
committerDavid Robertson <davidr@element.io>2023-02-10 13:43:18 +0000
commitd793fcd241a744b40120a7437497b2b856078a83 (patch)
tree9e0ee4646497541a03cb55727f61479a71065197 /pyproject.toml
parentAvoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047) (diff)
parent1.77.0rc2 (diff)
downloadsynapse-d793fcd241a744b40120a7437497b2b856078a83.tar.xz
Merge branch 'release-v1.77' 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 2a21da6351..21621510c8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.77.0rc1"
+version = "1.77.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"