diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-12-02 08:57:51 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-12-02 08:57:51 -0500 |
commit | 53b12688dd2a9d7d8076122d48f088c5c3e9939e (patch) | |
tree | 0aa18f0c25f88c8f2f2de6073d16243c96c3a953 /synapse/__init__.py | |
parent | Fix a regression when grandfathering SAML users. (#8855) (diff) | |
download | synapse-53b12688dd2a9d7d8076122d48f088c5c3e9939e.tar.xz |
1.24.0rc1
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 65c1f5aa3f..d33a99f230 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.23.0" +__version__ = "1.24.0rc1" 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 |