summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-10-01 13:14:56 +0100
committerRichard van der Hoff <richard@matrix.org>2020-10-01 13:14:56 +0100
commitcc40a59b4a94534105667ae95fd5602ebdc57dce (patch)
tree342fa4a9fa2c718d366169057d48f9c3a8de5745 /synapse
parentAdd prometheus metrics to track federation delays (#8430) (diff)
downloadsynapse-cc40a59b4a94534105667ae95fd5602ebdc57dce.tar.xz
1.21.0
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index e40b582bd5..57f818125a 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.20.1"
+__version__ = "1.21.0"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when