summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-22 15:37:10 +0100
committerErik Johnston <erik@matrix.org>2021-07-22 15:37:10 +0100
commit283bb5c94eafbec3464de81340f0dc53bb88f629 (patch)
treea4b70d834a869940416027db94d3b67d22040174 /synapse
parentAlways send device_one_time_keys_count (#10457) (diff)
downloadsynapse-283bb5c94eafbec3464de81340f0dc53bb88f629.tar.xz
1.38.1 v1.38.1
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 5ecce24eee..7ea5a790db 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.38.0"
+__version__ = "1.38.1"
 
 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