summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-25 11:00:13 +0100
committerErik Johnston <erik@matrix.org>2021-05-25 11:00:13 +0100
commit557635f69ab734142ae5889e215ea512f7678f21 (patch)
tree16047a36514ea48aa20e06522ffe525afc762c05 /synapse
parentRun complement with Synapse workers manually. (#10039) (diff)
downloadsynapse-557635f69ab734142ae5889e215ea512f7678f21.tar.xz
1.35.0rc1 v1.35.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 7498a6016f..e60e9db71e 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.34.0"
+__version__ = "1.35.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