summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-07-06 13:54:23 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-07-06 13:54:23 +0100
commit37da9db082de686fd425058d29a605763b24cdfa (patch)
tree3382f512b8d61d6c605d59cad2de9242f3218b66 /synapse
parentFix deactivate a user if he does not have a profile (#10252) (diff)
downloadsynapse-37da9db082de686fd425058d29a605763b24cdfa.tar.xz
1.38.0rc1
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 1bd03462ac..aa9a3269c0 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.37.1"
+__version__ = "1.38.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