diff --git a/CHANGES.md b/CHANGES.md index 8fa31fa8e..eead7e35c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# Synapse 1.141.0rc2 (2025-10-28) +# Synapse 1.141.0 (2025-10-29) ## Deprecation of MacOS Python wheels @@ -13,6 +13,19 @@ do make use of these wheels downstream, please reach out to us in love to hear from you! +## Docker images now based on Debian `trixie` with Python 3.13 + +The Docker images are now based on Debian `trixie` and use Python 3.13. If you +are using the Docker images as a base image you may need to e.g. adjust the +paths you mount any additional Python packages at. + +No significant changes since 1.141.0rc2. + + + + +# Synapse 1.141.0rc2 (2025-10-28) + ## Bugfixes - Fix users being unable to log in if their password, or the server's configured pepper, was too long. ([\#19101](https://github.com/element-hq/synapse/issues/19101)) diff --git a/debian/changelog b/debian/changelog index 012d59aa9..14278968a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +matrix-synapse-py3 (1.141.0) stable; urgency=medium + + * New Synapse release 1.141.0. + + -- Synapse Packaging team Wed, 29 Oct 2025 11:01:43 +0000 + matrix-synapse-py3 (1.141.0~rc2) stable; urgency=medium * New Synapse release 1.141.0rc2. diff --git a/pyproject.toml b/pyproject.toml index d6344e04f..9a57a2b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.141.0rc2" +version = "1.141.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors "] license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"