This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ Synapse 1.21.1 (2020-10-13)
2+ ===========================
3+
4+ This release fixes a regression in v1.21.0 that prevented debian packages from being built.
5+ It is otherwise identical to v1.21.0.
6+
17Synapse 1.21.0 (2020-10-12)
28===========================
39
Original file line number Diff line number Diff line change 1- matrix-synapse-py3 (1.21.0+nmu1) UNRELEASED ; urgency=medium
1+ matrix-synapse-py3 (1.21.1) stable ; urgency=medium
22
3+ [ Synapse Packaging team ]
4+ * New synapse release 1.21.1.
5+
6+ [ Andrew Morgan ]
37 * Explicitly install "test" python dependencies.
48
5- -- Andrew Morgan <andrewm @matrix.org> Mon, 12 Oct 2020 17:30:30 +0100
9+ -- Synapse Packaging team <packages @matrix.org> Tue, 13 Oct 2020 10:24:13 +0100
610
711matrix-synapse-py3 (1.21.0) stable; urgency=medium
812
Original file line number Diff line number Diff line change 4848except ImportError :
4949 pass
5050
51- __version__ = "1.21.0 "
51+ __version__ = "1.21.1 "
5252
5353if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
5454 # We import here so that we don't have to install a bunch of deps when
You can’t perform that action at this time.
0 commit comments