summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2021-10-26 14:04:51 +0100
committerSean Quah <seanq@element.io>2021-10-26 14:04:51 +0100
commitcc75a6b1b20f599c6ec6699fb77c8a72b87d1ec2 (patch)
tree39758797e41314db18288d4377e75a0ad872e42f /synapse/__init__.py
parentMove DNS lookups into separate thread pool (#11177) (diff)
downloadsynapse-cc75a6b1b20f599c6ec6699fb77c8a72b87d1ec2.tar.xz
1.46.0rc1
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 2687d932ea..355b36fc63 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.45.1"
+__version__ = "1.46.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