diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-26 15:11:03 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-26 15:11:03 +0000 |
commit | 7a3adbd7af320e076d480071f3870b277a6f9ff8 (patch) | |
tree | 924e6ab2caaf01bd8c694447f4bec563d4684cb7 /synapse/__init__.py | |
parent | Fix get|set_type_stream_id_for_appservice store functions (#8648) (diff) | |
download | synapse-7a3adbd7af320e076d480071f3870b277a6f9ff8.tar.xz |
1.22.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 c9d53e767a..24a5815447 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.22.0rc1" +__version__ = "1.22.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 |