diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-04 17:09:27 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-04 17:09:27 +0100 |
commit | 02c2f631aed5cc2ef4bcaea25b443b625616f816 (patch) | |
tree | 672be2eb985b070df22d60b67f4249843e67d622 /synapse/__init__.py | |
parent | Don't fail on empty bodies when sending out read receipts (#10531) (diff) | |
download | synapse-02c2f631aed5cc2ef4bcaea25b443b625616f816.tar.xz |
1.40.0rc2
Diffstat (limited to 'synapse/__init__.py')
-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 d6c1765508..da52463531 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.40.0rc1" +__version__ = "1.40.0rc2" 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 |