File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ Synapse 1.53.0 (2022-02-22)
2
+ ===========================
3
+
4
+ No significant changes.
5
+
6
+
1
7
Synapse 1.53.0rc1 (2022-02-15)
2
8
==============================
3
9
Original file line number Diff line number Diff line change
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
+
1
7
matrix-synapse-py3 (1.53.0~rc1) stable; urgency=medium
2
8
3
9
* New synapse release 1.53.0~rc1.
Original file line number Diff line number Diff line change 47
47
except ImportError :
48
48
pass
49
49
50
- __version__ = "1.53.0rc1 "
50
+ __version__ = "1.53.0 "
51
51
52
52
if bool (os .environ .get ("SYNAPSE_TEST_PATCH_LOG_CONTEXTS" , False )):
53
53
# We import here so that we don't have to install a bunch of deps when
You can’t perform that action at this time.
0 commit comments