This commit is contained in:
Andrew Morgan 2020-09-22 15:18:31 +01:00
parent c7e060bfee
commit 55bb5fda33
3 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,9 @@
Synapse 1.20.0 (2020-09-22)
===========================
No significant changes.
Synapse 1.20.0rc5 (2020-09-18)
==============================

8
debian/changelog vendored
View file

@ -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

View file

@ -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