diff options
author | David Robertson <davidr@element.io> | 2021-11-23 10:09:27 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-11-23 10:09:27 +0000 |
commit | e147f067c5cf72d6ec319b2df45b4a243bcfad5d (patch) | |
tree | 4edeacb236720198e4d8b2e44767242213f322c8 /synapse | |
parent | Merge branch 'release-v1.47' of github.com:matrix-org/synapse into matrix-org... (diff) | |
parent | 1.47.0 (diff) | |
download | synapse-e147f067c5cf72d6ec319b2df45b4a243bcfad5d.tar.xz |
Merge branch 'release-v1.47' into matrix-org-hotfixes
Diffstat (limited to 'synapse')
-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 06b179a7e8..aa964afb5e 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.47.0rc2" +__version__ = "1.47.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 |