From 996a3f0b5681295f6577c598ad081c49d193171d Mon Sep 17 00:00:00 2001 From: csalom Date: Wed, 26 Jun 2024 15:26:35 +0200 Subject: [PATCH] update docs --- CHANGELOG.md | 7 ++++++- docs/conf.py | 2 +- docs/setup.rst | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a710f78..f71e862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog Unreleased ---------- + + +2.1.1 (2024-06-25) +------------------ +* Update docs 2.1.0 (2024-06-14) ------------------ @@ -114,7 +119,7 @@ Unreleased * Add German and Polish translations. 0.9.1 (2017-09-12) ----------------- +------------------ * Add missing migration. 0.9 (2017-08-03) diff --git a/docs/conf.py b/docs/conf.py index 1fa3ed4..2d50ff4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/setup.rst b/docs/setup.rst index 300c752..607a16f 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -128,7 +128,7 @@ If you are already referencing one of these apps in your :code:`INSTALLED_APPS` Installation on top of Wagtail ------------------------------ -0. This assumes that you have Wagtail >= 7.0 installed and you can access /admin; if this is not the case or you would like to use a newer version of Wagtail than is in the dependencies of puput, follow the steps below in a python venv: +0. This assumes that you have Wagtail >= 5.2 installed and you can access /admin; if this is not the case or you would like to use a newer version of Wagtail than is in the dependencies of puput, follow the steps below in a python venv: .. code-block:: bash