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

Commit 9cfc120

Browse files
committed
Merge branch 'master' into develop
2 parents cf2f6c3 + eadfda3 commit 9cfc120

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ from Synapse as most users have updated their client. Further context can be
1212
found at [\#6766](https://github.com/matrix-org/synapse/issues/6766).
1313

1414

15+
Synapse 1.19.1 (2020-08-27)
16+
===========================
17+
18+
No significant changes.
19+
20+
1521
Synapse 1.19.1rc1 (2020-08-25)
1622
==============================
1723

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ matrix-synapse-py3 (1.19.0ubuntu1) UNRELEASED; urgency=medium
44

55
-- Dexter Chua <dec41@srcf.net> Wed, 26 Aug 2020 12:41:36 +0000
66

7+
matrix-synapse-py3 (1.19.1) stable; urgency=medium
8+
9+
* New synapse release 1.19.1.
10+
11+
-- Synapse Packaging team <packages@matrix.org> Thu, 27 Aug 2020 10:50:19 +0100
12+
713
matrix-synapse-py3 (1.19.0) stable; urgency=medium
814

915
[ Synapse Packaging team ]

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.19.1rc1"
51+
__version__ = "1.19.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)