From 450ac69ff9654ad4d602978b8ee6c3c56c5d79b8 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 5 Jul 2022 12:15:22 +0100 Subject: [PATCH] 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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] license = "Apache-2.0"