summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:40:30 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:40:30 +0000
commit7f25178ac63a98d749965faf6e868eb19e60c31c (patch)
treea996e10e37465188849801b2e5c9215839b6739c /synapse/__init__.py
parentMerge pull request #6185 from matrix-org/erikj/fix_censored_evnets (diff)
parent1.4.1rc1 (diff)
downloadsynapse-7f25178ac63a98d749965faf6e868eb19e60c31c.tar.xz
1.4.1rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 56df3f5ac6..e908b90177 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.4.0" +__version__ = "1.4.1rc1" 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