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-20 10:58:07 +0000
committerRichard van der Hoff <richard@matrix.org>2019-12-20 10:58:07 +0000
commit29794c6bc84b9ba76f041bbc8a180b7421996004 (patch)
treeccd51d4103fc3e032ac61d2d9e28310a435f3694 /synapse/__init__.py
parentBackport fixes to sqlite upgrade from develop (#6578) (diff)
downloadsynapse-29794c6bc84b9ba76f041bbc8a180b7421996004.tar.xz
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 e951bab593..996101cf09 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.7.1"
+__version__ = "1.7.2"
 
 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