summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-11-16 14:34:46 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2021-11-16 14:34:46 +0000
commitedcdc5fd82ccdf3862d811f95b3c93abad8e8578 (patch)
tree338c4d642b184e51c40d6185f41bafc8c01e8d90 /synapse/__init__.py
parentRename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... (diff)
downloadsynapse-edcdc5fd82ccdf3862d811f95b3c93abad8e8578.tar.xz
1.47.0rc3
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 06b179a7e8..3b5878b912 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.47.0rc2"
+__version__ = "1.47.0rc3"
 
 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