summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-12-09 10:34:21 +0000
committerErik Johnston <erik@matrix.org>2020-12-09 11:07:24 +0000
commit9b26a4ac87cead4846c5bada73927cc2a6353a90 (patch)
treeaf336b23d5268a57052fae71f61eb6624f9754c6 /synapse
parentFix installing pysaml2 on Python 3.5. (#8898) (diff)
downloadsynapse-9b26a4ac87cead4846c5bada73927cc2a6353a90.tar.xz
1.24.0 v1.24.0
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 2e354f2cc6..f2d3ac68eb 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.24.0rc2"
+__version__ = "1.24.0"
 
 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