summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-07-13 13:30:16 +0100
committerRichard van der Hoff <richard@matrix.org>2021-07-13 13:30:16 +0100
commit475fcb0f20e83745f42c5d49dcc7a8ee838b7e1e (patch)
tree1d82c92fe8768640c99753b55dcbf7e20a7ac3ed /synapse/__init__.py
parentFix some links in `docs` and `contrib` (#10370) (diff)
parentMove upgrade blurb (diff)
downloadsynapse-475fcb0f20e83745f42c5d49dcc7a8ee838b7e1e.tar.xz
Merge branch 'master' into develop
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 119afa9ebe..5ecce24eee 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.38.0rc2"
+__version__ = "1.38.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