diff options
author | H. Shay <hillerys@element.io> | 2023-01-31 10:36:31 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-31 10:36:31 -0800 |
commit | 41d177ca4a3d617eb82044048211c0d6b276f3aa (patch) | |
tree | cfa1b764b4843334f1db0187fbb3b6d1c78f0b9b /pyproject.toml | |
parent | Fix running cargo bench & test in CI. (#14943) (diff) | |
parent | update changelog and upgrade notes (diff) | |
download | synapse-41d177ca4a3d617eb82044048211c0d6b276f3aa.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 fd05a2b550..8f7ced99a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.76.0rc2" +version = "1.76.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |