summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-08-10 13:50:58 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-08-10 13:50:58 +0100
commit9f7c038272318bab09535e85e6bb4345ed2f1368 (patch)
tree0807e24466a1b4044870b2f85bd703a1673b79a1 /synapse/__init__.py
parent 1.40.0rc3 (diff)
downloadsynapse-9f7c038272318bab09535e85e6bb4345ed2f1368.tar.xz
1.40.0 v1.40.0
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 5cca899f7d..919293cd80 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.40.0rc3"
+__version__ = "1.40.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