diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-11-06 10:02:23 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-11-06 10:02:23 +0000 |
commit | feafd98aca3e72d27516c79f986a28ea39886ebc (patch) | |
tree | e5587cacb2ad3e4364829d102b4a0b0f25b8bb5b /synapse/__init__.py | |
parent | Fix exception when OpenGraph tag values are ints (diff) | |
download | synapse-feafd98aca3e72d27516c79f986a28ea39886ebc.tar.xz |
1.5.1 v1.5.1
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 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 |