diff options
author | Sean Quah <seanq@matrix.org> | 2022-05-24 12:05:33 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-05-24 12:05:33 +0100 |
commit | a670b5cda24cdabfd4cb5732bda9ed1ccd86a1d1 (patch) | |
tree | 601e6e44990887f033248bde5e59dbba2fa64e58 /pyproject.toml | |
parent | contributing_guide.md: fix link to DCO (diff) | |
download | synapse-a670b5cda24cdabfd4cb5732bda9ed1ccd86a1d1.tar.xz |
1.60.0rc1
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 5a5a2eaba7..9359d211f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.59.1" +version = "1.60.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |