summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-07-13 13:19:06 +0100
committerRichard van der Hoff <richard@matrix.org>2021-07-13 13:19:06 +0100
commitc647c2a9ac7badd96cf15c35c86cc035db1b3fc5 (patch)
tree4f2db84d151346cbf9c63ea5a8d7c0bbcbda1b1b /synapse
parent1.38.0rc3 (diff)
downloadsynapse-c647c2a9ac7badd96cf15c35c86cc035db1b3fc5.tar.xz
1.38.0
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 bbd691fba2..5ecce24eee 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.38.0rc3"
+__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