summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-05-11 13:53:49 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-05-11 14:01:32 +0100
commit86fb71431ca562ba536c50620d1e367a9c6d4ac9 (patch)
tree37378cf3cf128458c983a19fb2f149616164dd8f /synapse/__init__.py
parentMerge pull request from GHSA-x345-32rc-8h85 (diff)
downloadsynapse-86fb71431ca562ba536c50620d1e367a9c6d4ac9.tar.xz
1.33.2
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 441cd8b339..ce822ccb04 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.33.1"
+__version__ = "1.33.2"
 
 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