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

Commit 3ba9389

Browse files
committed
1.50.0
1 parent 422e33f commit 3ba9389

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
Synapse 1.50.0rc2 (2022-01-14)
2-
==============================
1+
Synapse 1.50.0 (2022-01-18)
2+
===========================
33

4-
This release candidate fixes a federation-breaking regression introduced in Synapse 1.50.0rc1.
4+
No significant changes since 1.50.0rc2.
55

66
Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life.
77

88

9+
Synapse 1.50.0rc2 (2022-01-14)
10+
==============================
11+
12+
This release candidate fixes a federation-breaking regression introduced in Synapse 1.50.0rc1.
13+
914
Bugfixes
1015
--------
1116

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.50.0) stable; urgency=medium
2+
3+
* New synapse release 1.50.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 18 Jan 2022 10:40:38 +0000
6+
17
matrix-synapse-py3 (1.50.0~rc2) stable; urgency=medium
28

39
* New synapse release 1.50.0~rc2.

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.50.0rc2"
50+
__version__ = "1.50.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)