summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-10-27 14:45:40 +0100
committerErik Johnston <erik@matrix.org>2021-10-27 14:45:40 +0100
commit179dc8ae9e15c38e282a2077fc5941b685fc6177 (patch)
treef5ad574dc229cd1d77e4ac06e221e13305a92004 /synapse/__init__.py
parentImplement an `on_new_event` callback (#11126) (diff)
parentUpdate release date (diff)
downloadsynapse-179dc8ae9e15c38e282a2077fc5941b685fc6177.tar.xz
Merge remote-tracking branch 'origin/release-v1.46' into develop
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