summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-12-18 09:38:08 +0000
committerRichard van der Hoff <richard@matrix.org>2019-12-18 09:38:08 +0000
commitd656e91fc28b0f502f581fedd1dc3293b14e2bbf (patch)
treeea516daeac25a27bd443df254353773870c65559 /synapse/__init__.py
parentFix bug where we added duplicate event IDs as auth_events (#6560) (diff)
downloadsynapse-d656e91fc28b0f502f581fedd1dc3293b14e2bbf.tar.xz
1.7.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 d3cf7b3d7b..e951bab593 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.7.0"
+__version__ = "1.7.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