diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-08 14:09:00 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-08 14:09:00 +0100 |
commit | 8df9941cc2462bc8e99ebd02953c5090f4942463 (patch) | |
tree | 039c669766d78e0a63ca5eb9ef65bf4adb9a58b0 /synapse | |
parent | Fix logging context when opening new DB connection (#10141) (diff) | |
download | synapse-8df9941cc2462bc8e99ebd02953c5090f4942463.tar.xz |
1.36.0rc1
Diffstat (limited to 'synapse')
-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 445e8a5cad..58261d04ef 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.35.1" +__version__ = "1.36.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 |