summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-09 10:59:28 +0100
committerErik Johnston <erik@matrix.org>2021-07-09 10:59:28 +0100
commit717a07b73fec1a63a716c3ad33f3dbd2de05b06d (patch)
tree94ed23c4d826092e7d3f74e13e8fcd6faa41fa3d /synapse/__init__.py
parentEnsure we always drop the federation inbound lock (#10336) (diff)
downloadsynapse-717a07b73fec1a63a716c3ad33f3dbd2de05b06d.tar.xz
1.38.0rc2
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 aa9a3269c0..119afa9ebe 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.38.0rc1"
+__version__ = "1.38.0rc2"
 
 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