Skip to content

Commit 5d71034

Browse files
committed
1.142.0rc2
1 parent 4bbde14 commit 5d71034

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Synapse 1.142.0rc1 (2025-11-04)
1+
# Synapse 1.142.0rc2 (2025-11-04)
22

33
## Dropped support for Python 3.9
44

@@ -29,6 +29,16 @@ of these wheels downstream, please reach out to us in
2929
[#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org). We'd
3030
love to hear from you!
3131

32+
33+
## Internal Changes
34+
35+
- Manually skip building Python 3.9 wheels, to prevent errors in the release workflow. ([\#19119](https://github.com/element-hq/synapse/issues/19119))
36+
37+
38+
39+
40+
# Synapse 1.142.0rc1 (2025-11-04)
41+
3242
## Features
3343

3444
- Add support for Python 3.14. ([\#19055](https://github.com/element-hq/synapse/issues/19055), [\#19134](https://github.com/element-hq/synapse/issues/19134))

changelog.d/19119.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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.142.0~rc2) stable; urgency=medium
2+
3+
* New Synapse release 1.142.0rc2.
4+
5+
-- Synapse Packaging team <packages@matrix.org> Tue, 04 Nov 2025 16:21:30 +0000
6+
17
matrix-synapse-py3 (1.142.0~rc1) stable; urgency=medium
28

39
* New Synapse release 1.142.0rc1.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module-name = "synapse.synapse_rust"
107107

108108
[tool.poetry]
109109
name = "matrix-synapse"
110-
version = "1.142.0rc1"
110+
version = "1.142.0rc2"
111111
description = "Homeserver for the Matrix decentralised comms protocol"
112112
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
113113
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"

0 commit comments

Comments
 (0)