Skip to content

Commit dc6b60f

Browse files
committed
1.73.0
1 parent 6a41e50 commit dc6b60f

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
Synapse 1.73.0rc2 (2022-12-01)
2-
==============================
1+
Synapse 1.73.0 (2022-12-06)
2+
===========================
33

44
Please note that legacy Prometheus metric names have been removed in this release; see [the upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.73/docs/upgrade.md#legacy-prometheus-metric-names-have-now-been-removed) for more details.
55

6+
No significant changes since 1.73.0rc2.
7+
8+
9+
Synapse 1.73.0rc2 (2022-12-01)
10+
==============================
11+
612
Bugfixes
713
--------
814

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.73.0) stable; urgency=medium
2+
3+
* New Synapse release 1.73.0.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 06 Dec 2022 11:48:56 +0000
6+
17
matrix-synapse-py3 (1.73.0~rc2) stable; urgency=medium
28

39
* New Synapse release 1.73.0rc2.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
5757

5858
[tool.poetry]
5959
name = "matrix-synapse"
60-
version = "1.73.0rc2"
60+
version = "1.73.0"
6161
description = "Homeserver for the Matrix decentralised comms protocol"
6262
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6363
license = "Apache-2.0"

0 commit comments

Comments
 (0)