diff options
author | David Robertson <davidr@element.io> | 2022-07-05 12:02:23 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-05 12:02:23 +0100 |
commit | 5dcba6a0ed566d20d79b2557fd773dddba1b0abe (patch) | |
tree | a410e193d8b1942b5a0b5e5159f8ec195871c276 | |
parent | Mention the spamchecker plugins (diff) | |
download | synapse-5dcba6a0ed566d20d79b2557fd773dddba1b0abe.tar.xz |
Bump version to 1.63.0.dev after tagging v1.62.0
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4d1007fcb3..5649696882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.62.0" +version = "1.63.0.dev" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |