summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-05 12:39:48 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-05 12:39:48 +0000
commit9be5aacc2d901f553ec972d0d62738bd42c87037 (patch)
tree1398f3b52b404d679443363e1ec69e7f559adee5 /synapse/__init__.py
parentRefactor the way we set `outlier` (#11634) (diff)
downloadsynapse-9be5aacc2d901f553ec972d0d62738bd42c87037.tar.xz
1.50.0rc1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 95a49c20be..92aec334e6 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.49.2" +__version__ = "1.50.0rc1" 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