summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2021-11-19 14:08:59 +0000
committerSean Quah <seanq@element.io>2021-11-19 14:08:59 +0000
commit97a402302c5b23ce49671ada42e117f34417f42f (patch)
tree4ad4134ba9dba2f076e209dc36c3e032ff1747ac /synapse
parentPrevent the media store from writing outside of the configured directory (diff)
downloadsynapse-97a402302c5b23ce49671ada42e117f34417f42f.tar.xz
1.47.1
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
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