summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-01-06 07:08:13 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-01-06 07:08:13 -0500
commit2fe0fb21f67ab0188970e779be76db41ce01a933 (patch)
treec748490f127d596839228d132797ca06e45f0cde /synapse/__init__.py
parentFix-up assertions about last stream token in push (#9020) (diff)
downloadsynapse-2fe0fb21f67ab0188970e779be76db41ce01a933.tar.xz
1.25.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 f2d3ac68eb..99fb675748 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.24.0"
+__version__ = "1.25.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