summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-07-10 12:11:12 +0100
committerRichard van der Hoff <richard@matrix.org>2020-07-10 12:11:12 +0100
commitc9f7c683aefe53dd33db69848302f3ff6e77dcfb (patch)
tree1d403829ccc204d10cb8e19e9d731dba3ac60be8 /synapse
parentDrop incorrectly-added table `local_rejections_stream`. (#7816) (diff)
downloadsynapse-c9f7c683aefe53dd33db69848302f3ff6e77dcfb.tar.xz
1.16.1
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 de65ce6db8..0116478fbb 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.16.0"
+__version__ = "1.16.1"
 
 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