Skip to content

Commit 65f5206

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 3a541a7 + a6e2c16 commit 65f5206

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Synapse 1.39.0 (2021-07-29)
2+
===========================
3+
4+
No significant changes.
5+
6+
17
Synapse 1.39.0rc3 (2021-07-28)
28
==============================
39

@@ -19,10 +25,7 @@ Internal Changes
1925
Synapse 1.39.0rc2 (2021-07-22)
2026
==============================
2127

22-
Bugfixes
23-
--------
24-
25-
- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](https://github.com/matrix-org/synapse/issues/10457))
28+
This release also includes the changes in v1.38.1.
2629

2730

2831
Internal Changes

debian/changelog

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

55
-- Richard van der Hoff <[email protected]> Tue, 20 Jul 2021 00:10:03 +0100
66

7+
matrix-synapse-py3 (1.39.0) stable; urgency=medium
8+
9+
* New synapse release 1.39.0.
10+
11+
-- Synapse Packaging team <[email protected]> Thu, 29 Jul 2021 09:59:00 +0100
12+
713
matrix-synapse-py3 (1.39.0~rc3) stable; urgency=medium
814

915
* New synapse release 1.39.0~rc3.

synapse/__init__.py

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

50-
__version__ = "1.39.0rc3"
50+
__version__ = "1.39.0"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)