diff options
author | Erik Johnston <erik@matrix.org> | 2020-12-09 10:34:21 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-12-09 11:07:24 +0000 |
commit | 9b26a4ac87cead4846c5bada73927cc2a6353a90 (patch) | |
tree | af336b23d5268a57052fae71f61eb6624f9754c6 /synapse/__init__.py | |
parent | Fix installing pysaml2 on Python 3.5. (#8898) (diff) | |
download | synapse-9b26a4ac87cead4846c5bada73927cc2a6353a90.tar.xz |
1.24.0 v1.24.0
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 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 |