From 9013142409c2ff19c123c75847f5bbbdf357fafc Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 27 Nov 2023 14:32:35 +0000 Subject: [PATCH 1/2] Fix poetry version typo in contributors' guide --- docs/development/contributing_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index 2efb4099e5ec..57cac7ed16ef 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -66,7 +66,7 @@ Of their installation methods, we recommend ```shell pip install --user pipx -pipx install poetry==1.5.2 # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147 +pipx install poetry==1.5.1 # Problems with Poetry 1.6, see https://github.com/matrix-org/synapse/issues/16147 ``` but see poetry's [installation instructions](https://python-poetry.org/docs/#installation) From 87e7010690afcc901aca960bbce2899e04bd89f2 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 27 Nov 2023 14:34:44 +0000 Subject: [PATCH 2/2] Changelog --- changelog.d/16695.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16695.doc diff --git a/changelog.d/16695.doc b/changelog.d/16695.doc new file mode 100644 index 000000000000..6cb284c50114 --- /dev/null +++ b/changelog.d/16695.doc @@ -0,0 +1 @@ +Fix poetry version typo in [contributors' guide](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html).