summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-07-05 12:15:22 +0100
committerDavid Robertson <davidr@element.io>2022-07-05 12:15:22 +0100
commit450ac69ff9654ad4d602978b8ee6c3c56c5d79b8 (patch)
tree5d749a45e7118cdc649bcf9a74e4b5eb7cc386d6
parentBump version to 1.63.0.dev after tagging v1.62.0 (diff)
downloadsynapse-450ac69ff9654ad4d602978b8ee6c3c56c5d79b8.tar.xz
Revert "Bump version to 1.63.0.dev after tagging v1.62.0"
This reverts commit 5dcba6a0ed566d20d79b2557fd773dddba1b0abe. This was
misguided; we should action this bump on develop.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml

index 5649696882..4d1007fcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.63.0.dev" +version = "1.62.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"