diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-09 13:41:29 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-09 13:41:29 +0100 |
commit | ad35b7739e72fe198fa78fa4279f58cacfc9fa37 (patch) | |
tree | 2540e497a1bc3fd6259901333411e7e7c1741115 /synapse | |
parent | Support MSC3289: Room version 8 (#10449) (diff) | |
download | synapse-ad35b7739e72fe198fa78fa4279f58cacfc9fa37.tar.xz |
1.40.0rc3 v1.40.0rc3
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 da52463531..5cca899f7d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.40.0rc2" +__version__ = "1.40.0rc3" 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 |