summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-11-06 13:50:55 +0000
committerRichard van der Hoff <richard@matrix.org>2019-11-06 13:50:55 +0000
commit08b2868ffe5e103beefbcf4c4764224c610c5ce4 (patch)
tree3dd8a147cc87246b55db9bbbb4eaa337ec2096a7 /synapse/__init__.py
parentUpdate email section of INSTALL.md about account_threepid_delegates (#6272) (diff)
parentbuild debs for eoan and bullseye (diff)
downloadsynapse-08b2868ffe5e103beefbcf4c4764224c610c5ce4.tar.xz
Merge branch 'release-v1.5.1'
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 8587ffa76f..ec16f54a49 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.5.0"
+__version__ = "1.5.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