summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-20 14:31:27 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-20 14:31:27 +0100
commite031c7e0cca2422aa2c5d3704adc66723d8094e7 (patch)
treeea162e417c2c85d7cfb6c28d657ff884c96e3e91 /synapse/__init__.py
parentAdd Application Service registration type requirement + py35, pg95 deprecatio... (diff)
downloadsynapse-e031c7e0cca2422aa2c5d3704adc66723d8094e7.tar.xz
1.32.0
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 125a73d378..79232c4de1 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.32.0rc1"
+__version__ = "1.32.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