summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-05-12 16:59:46 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-05-12 16:59:46 +0100
commit47806b0869da4adf84a978e4898ec1b4f5985af5 (patch)
treedc2c51c9a6b0092d3e9db5ad6d91afab7200368d /synapse/__init__.py
parentCorrectly ratelimit invites when creating a room (#9968) (diff)
downloadsynapse-47806b0869da4adf84a978e4898ec1b4f5985af5.tar.xz
1.34.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 ce822ccb04..15d54a1ceb 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.33.2"
+__version__ = "1.34.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