summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
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 88aef1889c..0960305d79 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try: except ImportError: pass -__version__ = "1.55.2" +__version__ = "1.56.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