summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-05-05 14:25:49 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-05-05 14:25:49 +0100
commita61b13c0a117dd0a06b5a83ef1b176fc0e438c5b (patch)
tree40b7df8dc6aadc5d67443310d87cc8d181fc72ac /synapse
parentTime external cache response time (#9904) (diff)
parent 1.33.0 (diff)
downloadsynapse-a61b13c0a117dd0a06b5a83ef1b176fc0e438c5b.tar.xz
Merge branch 'master' into develop
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 319c52be2c..5eac40730a 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.33.0rc2"
+__version__ = "1.33.0"
 
 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