summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-07-20 14:59:43 +0100
committerErik Johnston <erik@matrix.org>2022-07-20 14:59:43 +0100
commitd3995049a8f2f2a2ebd1d8a3abed4c84820fe7ff (patch)
treea3d06b8380a2ec6739a13454c360a4e6edde3a3a /pyproject.toml
parentFix spurious warning when fetching state after a missing prev event (#13258) (diff)
parent1.63.1 (diff)
downloadsynapse-d3995049a8f2f2a2ebd1d8a3abed4c84820fe7ff.tar.xz
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a27226f03d..4da1331c93 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.63.0"
+version = "1.63.1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"