summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-03-16 13:45:46 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2021-03-16 13:45:46 +0000
commitd315e964436f43a262d8d8775fc0e322068e2052 (patch)
tree80d322d5bb2e81c1e2a88152ce1c76a226d21a83 /synapse/__init__.py
parentPass SSO IdP information to spam checker's registration function (#9626) (diff)
downloadsynapse-d315e964436f43a262d8d8775fc0e322068e2052.tar.xz
1.30.0rc1
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 56ca888862..88be7db196 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.29.0" +__version__ = "1.30.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