summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-28 13:09:36 +0000
committerErik Johnston <erik@matrix.org>2020-01-28 13:09:36 +0000
commit77d9357226687a177c865bcdeaa0e750612fc078 (patch)
tree820f5ef11a03a91f8922ccc4e796b9d051fa8dd5 /synapse
parentFix setting `mau_limit_reserved_threepids` config (#6793) (diff)
downloadsynapse-77d9357226687a177c865bcdeaa0e750612fc078.tar.xz
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 6236e13aa3..a236888d3c 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.9.0"
+__version__ = "1.9.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