diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-10-29 14:28:54 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-10-29 14:28:54 +0000 |
commit | 9ffcf0f7ba72f16e366f04db6384a9233b1808cb (patch) | |
tree | 6f2f23b040af271c8295089f19cf4bab6fcf639a /synapse/__init__.py | |
parent | update ugrade notes (diff) | |
download | synapse-9ffcf0f7ba72f16e366f04db6384a9233b1808cb.tar.xz |
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 d0f92ffbf3..8587ffa76f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.5.0rc2" +__version__ = "1.5.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 |