diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-12-18 09:38:08 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-12-18 09:38:08 +0000 |
commit | d656e91fc28b0f502f581fedd1dc3293b14e2bbf (patch) | |
tree | ea516daeac25a27bd443df254353773870c65559 /synapse | |
parent | Fix bug where we added duplicate event IDs as auth_events (#6560) (diff) | |
download | synapse-d656e91fc28b0f502f581fedd1dc3293b14e2bbf.tar.xz |
1.7.1
Diffstat (limited to 'synapse')
-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 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 |