diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-18 12:13:38 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-11-18 12:13:38 +0000 |
commit | b690542a34cc51b1f6ed186f9cb89668ef21a1f3 (patch) | |
tree | 04f74d785902960b4df660b76e2fef69dab3db4e /synapse/__init__.py | |
parent | Merge pull request #8761 from matrix-org/rav/test_request_rendering (diff) | |
parent | Update changelog (diff) | |
download | synapse-b690542a34cc51b1f6ed186f9cb89668ef21a1f3.tar.xz |
Merge branch 'master' into develop
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 537f2239e5..65c1f5aa3f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.23.0rc1" +__version__ = "1.23.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 |