summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-05-05 14:15:54 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-05-05 14:15:54 +0100
commit0644ac0989d06fc0ba5d08a5412d65d75f7d8db2 (patch)
treeb0b0bf195dac02187ad1aba7628bf74267676823 /synapse/__init__.py
parentBuild Debian packages for Ubuntu 21.04 Hirsute (#9909) (diff)
downloadsynapse-0644ac0989d06fc0ba5d08a5412d65d75f7d8db2.tar.xz
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 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