diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-12-20 11:11:34 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-12-20 11:11:34 +0000 |
commit | 56ad230efac1f6e565305584c0961ff2fcc4564a (patch) | |
tree | c38ff4d4d7af48a428a46ecb55bd79b60c2c35e0 /synapse/__init__.py | |
parent | Split state groups into a separate data store (#6296) (diff) | |
parent | Merge tag 'v1.7.2' (diff) | |
download | synapse-56ad230efac1f6e565305584c0961ff2fcc4564a.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |