summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-12-04 08:48:04 -0500
committerPatrick Cloke <patrickc@matrix.org>2020-12-04 08:48:04 -0500
commit693dab487c8de75ca1e7573474a3d4429ce8b313 (patch)
tree43b0b1bbdbcf93775bd6bfc0383d29a635facc68 /synapse
parentFix a regression that mapping providers should be able to redirect users. (#8... (diff)
downloadsynapse-693dab487c8de75ca1e7573474a3d4429ce8b313.tar.xz
1.24.0rc2
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
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