From 5593423f15f045b593e26caa8419978c704cc61b Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 19 Jul 2023 07:46:18 +1000 Subject: [PATCH] Preparing release 6.1.0 - Move recent changelog entries to the correct release - Closes #257 --- CHANGELOG.md | 18 +++++++++++++----- setup.cfg | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a593f372..3fdcb299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,10 @@ All notable changes to this project will be documented in this file. -## [6.0.0] - 2023-03-09 +## [6.1.0] - 2023-07-19 ### Added -- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez) - Add Prettier formatting and checks (LB (Ben) Johnston) ### Fixed @@ -17,15 +16,24 @@ All notable changes to this project will be documented in this file. ### Removed -- Remove Algolia DocSearch meta tags (Thibaud Colas) -- Remove jQuery loading by default (LB (Ben) Johnston) -- Officially drop support for Pythong 3.7 (LB (Ben) Johnston) +- Officially drop support for Python 3.7 (LB (Ben) Johnston) ### Changed - Upgrade frontend build dependencies (LB (Ben) Johnston) - Upgrade build tooling to latest GitHub actions and Python 3.10 (LB (Ben) Johnston) +## [6.0.0] - 2023-03-09 + +### Added + +- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez) + +### Removed + +- Remove Algolia DocSearch meta tags (Thibaud Colas) +- Remove jQuery loading by default (LB (Ben) Johnston) + ### Upgrade considerations For projects relying on Algolia DocSearch meta tags, make sure to add back the `docsearch:version` tag in your project: diff --git a/setup.cfg b/setup.cfg index f61a54b4..0e73d0de 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sphinx_wagtail_theme -version = 6.0.0 +version = 6.1.0 author = Coen van der Kamp author_email = coen@fourdigits.nl description = Sphinx Wagtail theme