From 1d104075b026eb654157335f331f75217413ff99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20L=C3=A4hnemann?= Date: Wed, 13 Dec 2023 09:57:04 +0100 Subject: [PATCH] move up enhancements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ecf34581..ed2a74288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,10 +168,10 @@ title_format = "{version} ({project_date})" package = "rsciio" type = [ { directory = "new", name = "New features", showcontent = true }, + { directory = "enhancements", name = "Enhancements", showcontent = true }, { directory = "bugfix", name = "Bug Fixes", showcontent = true }, { directory = "api", name = "API changes", showcontent = true }, { directory = "deprecation", name = "Deprecations", showcontent = true }, - { directory = "enhancements", name = "Enhancements", showcontent = true }, { directory = "doc", name = "Improved Documentation", showcontent = true }, { directory = "maintenance", name = "Maintenance", showcontent = true }, ]