diff options
author | David Robertson <davidr@element.io> | 2022-07-05 12:15:22 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-05 12:15:22 +0100 |
commit | 450ac69ff9654ad4d602978b8ee6c3c56c5d79b8 (patch) | |
tree | 5d749a45e7118cdc649bcf9a74e4b5eb7cc386d6 /pyproject.toml | |
parent | Bump version to 1.63.0.dev after tagging v1.62.0 (diff) | |
download | synapse-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.
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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" |