diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-23 13:45:23 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-01-23 13:45:23 +0000 |
commit | 51fc3f693ec70b9e2d0f8ce38873469d2cb2ff41 (patch) | |
tree | b83036edcde8e6d89e2ff175633b61b0bd77dcc9 /synapse | |
parent | a bit of debugging for media storage providers (#6757) (diff) | |
parent | Fixup changelog (diff) | |
download | synapse-51fc3f693ec70b9e2d0f8ce38873469d2cb2ff41.tar.xz |
Merge branch 'master' into develop
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 1c44ca0999..6236e13aa3 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.9.0rc1" +__version__ = "1.9.0" 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 |