summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-07-13 11:57:55 +0100
committerRichard van der Hoff <richard@matrix.org>2021-07-13 11:57:55 +0100
commitf7bfa694aec6cb933b2b6e2ff971cda98dba3c6c (patch)
treebb5e44db6d11d37a8e3e648f8428b90c62c5a3f5 /synapse
parentGithub Actions workflow to attach release artifacts to release (#10379) (diff)
downloadsynapse-f7bfa694aec6cb933b2b6e2ff971cda98dba3c6c.tar.xz
1.38.0rc3 v1.38.0rc3
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 119afa9ebe..bbd691fba2 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.38.0rc2"
+__version__ = "1.38.0rc3"
 
 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