summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-09-22 15:18:31 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-09-22 15:18:31 +0100
commit55bb5fda339f8ec232e8b2a65df01f1597e594ee (patch)
treef3823503aec4c59b0bfc630925f5166141558b1c
parentAdd a note about including the changes from 1.19.3. (diff)
downloadsynapse-55bb5fda339f8ec232e8b2a65df01f1597e594ee.tar.xz
1.20.0
-rw-r--r--CHANGES.md6
-rw-r--r--debian/changelog8
-rw-r--r--synapse/__init__.py2
3 files changed, 13 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 84976ab2bd..5a846daa4d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,9 @@
+Synapse 1.20.0 (2020-09-22)
+===========================
+
+No significant changes.
+
+
 Synapse 1.20.0rc5 (2020-09-18)
 ==============================
 
diff --git a/debian/changelog b/debian/changelog
index dbf01d6b1e..ae548f9f33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-matrix-synapse-py3 (1.20.0ubuntu1) UNRELEASED; urgency=medium
+matrix-synapse-py3 (1.20.0) stable; urgency=medium
 
+  [ Synapse Packaging team ]
+  * New synapse release 1.20.0.
+
+  [ Dexter Chua ]
   * Use Type=notify in systemd service
 
- -- Dexter Chua <dec41@srcf.net>  Wed, 26 Aug 2020 12:41:36 +0000
+ -- Synapse Packaging team <packages@matrix.org>  Tue, 22 Sep 2020 15:19:32 +0100
 
 matrix-synapse-py3 (1.19.3) stable; urgency=medium
 
diff --git a/synapse/__init__.py b/synapse/__init__.py
index a95753dcc7..8242d05f60 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.20.0rc5"
+__version__ = "1.20.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