Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 58e583e

Browse files
committed
1.21.1
1 parent a06b7a5 commit 58e583e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
Synapse 1.21.0 (2020-10-12)
28
===========================
39

debian/changelog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

711
matrix-synapse-py3 (1.21.0) stable; urgency=medium
812

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.21.0"
51+
__version__ = "1.21.1"
5252

5353
if 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

0 commit comments

Comments
 (0)