summary refs log tree commit diff
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
parent 1.40.0rc3 (diff)
downloadsynapse-9f7c038272318bab09535e85e6bb4345ed2f1368.tar.xz
1.40.0 v1.40.0
-rw-r--r--CHANGES.md6
-rw-r--r--debian/changelog6
-rw-r--r--synapse/__init__.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b04abbeb4d..0e5e052951 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Synapse 1.40.0 (2021-08-10)
+===========================
+
+No significant changes.
+
+
 Synapse 1.40.0rc3 (2021-08-09)
 ==============================
 
diff --git a/debian/changelog b/debian/changelog
index 7b44341bc6..d3da448b0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+matrix-synapse-py3 (1.40.0) stable; urgency=medium
+
+  * New synapse release 1.40.0.
+
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 10 Aug 2021 13:50:48 +0100
+
 matrix-synapse-py3 (1.40.0~rc3) stable; urgency=medium
 
   * New synapse release 1.40.0~rc3.
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