diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-12-04 08:48:04 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-12-04 08:48:04 -0500 |
commit | 693dab487c8de75ca1e7573474a3d4429ce8b313 (patch) | |
tree | 43b0b1bbdbcf93775bd6bfc0383d29a635facc68 /synapse/__init__.py | |
parent | Fix a regression that mapping providers should be able to redirect users. (#8... (diff) | |
download | synapse-693dab487c8de75ca1e7573474a3d4429ce8b313.tar.xz |
1.24.0rc2
Diffstat (limited to '')
-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 d33a99f230..2e354f2cc6 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.24.0rc1" +__version__ = "1.24.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 |