summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-28 13:39:39 +0000
committerErik Johnston <erik@matrix.org>2020-01-28 13:39:39 +0000
commit33f904835ae9966e48e7815d5f7959738f7d2da0 (patch)
tree8a76abb2bb48757f0e4351fbfd57e3cee3a535a4 /synapse/__init__.py
parentAdd `rooms.room_version` column (#6729) (diff)
parent1.9.1 (diff)
downloadsynapse-33f904835ae9966e48e7815d5f7959738f7d2da0.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse/__init__.py')
-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