summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-11-25 15:57:04 +0000
committerBrendan Abolivier <babolivier@matrix.org>2021-11-25 15:57:04 +0000
commit946c102ac9ac8f96c12c98582f84d957dd638d34 (patch)
tree4e19f46791ed343c1ff016d709e2ffb76e6be9e0 /synapse
parentImprove performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... (diff)
downloadsynapse-946c102ac9ac8f96c12c98582f84d957dd638d34.tar.xz
1.48.0rc1
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 48ac38aec6..7b91947228 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.47.1"
+__version__ = "1.48.0rc1"
 
 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