summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-01-20 07:14:25 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-01-20 07:14:25 -0500
commit72822e60becafad25ec619bd3de67268e1d551f2 (patch)
tree066aaae27418f366bdbbd1853ae7f0cff2e7ca29 /synapse
parentUse the account handler in additional places. (#9166) (diff)
downloadsynapse-72822e60becafad25ec619bd3de67268e1d551f2.tar.xz
1.26.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 193adca624..d423856d82 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.25.0"
+__version__ = "1.26.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