Fix duplicate poetry version from merging patch release

This commit is contained in:
Devon Hudson 2025-11-18 17:31:55 -07:00
parent f5bf02eff6
commit 2cffd755f2
No known key found for this signature in database
GPG Key ID: CD06B18E77F6A628

View File

@ -291,13 +291,6 @@ manifest-path = "rust/Cargo.toml"
module-name = "synapse.synapse_rust"
[tool.poetry]
name = "matrix-synapse"
version = "1.143.0rc1"
description = "Homeserver for the Matrix decentralised comms protocol"
authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
license = "AGPL-3.0-or-later OR LicenseRef-Element-Commercial"
readme = "README.rst"
repository = "https://github.com/element-hq/synapse"
packages = [
{ include = "synapse" },
]