diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-01 13:23:55 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-06-01 13:23:55 +0100 |
commit | a8372ad591e07fa76e194a22732a5301d9e55b6f (patch) | |
tree | 1ff5b2ca2c6d431011f25396a14811c2b65d890a /synapse | |
parent | Announce deprecation of experimental `msc2858_enabled` option. (#10101) (diff) | |
download | synapse-a8372ad591e07fa76e194a22732a5301d9e55b6f.tar.xz |
1.35.0
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 4591246bd1..d9843a1708 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.35.0rc3" +__version__ = "1.35.0" 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 |