diff options
author | Sean Quah <seanq@element.io> | 2021-11-19 14:08:59 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2021-11-19 14:08:59 +0000 |
commit | 97a402302c5b23ce49671ada42e117f34417f42f (patch) | |
tree | 4ad4134ba9dba2f076e209dc36c3e032ff1747ac /synapse/__init__.py | |
parent | Prevent the media store from writing outside of the configured directory (diff) | |
download | synapse-97a402302c5b23ce49671ada42e117f34417f42f.tar.xz |
1.47.1
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 aa964afb5e..48ac38aec6 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.47.0" +__version__ = "1.47.1" 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 |