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

Commit 551dd8c

Browse files
committed
1.53.0
1 parent f66997f commit 551dd8c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Synapse 1.53.0 (2022-02-22)
2+
===========================
3+
4+
No significant changes.
5+
6+
17
Synapse 1.53.0rc1 (2022-02-15)
28
==============================
39

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.53.0) stable; urgency=medium
2+
3+
* New synapse release 1.53.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 22 Feb 2022 11:32:06 +0000
6+
17
matrix-synapse-py3 (1.53.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.53.0~rc1.

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.53.0rc1"
50+
__version__ = "1.53.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)