From b5bf8072ece228dff8e6a362f960ca9f3ba3838a Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Wed, 11 Oct 2023 13:36:42 +0200 Subject: [PATCH] version bump v1.2.0 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1470be..771fd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [Release 1.2.0] + +- Add accessors for grouped selectable courts and tribunals (`get_grouped_selectable_courts` / `get_grouped_selectable_tribunals`) +- Reorder and rename courts for hierarchical view +- Rename 'list_name' to 'grouped_name' to make it clearer in which contexts each name is used + ## [Release 1.1.0] - Add `display_heading` property to CourtGroups to determine if they are displayed in the PUI as groups. @@ -85,7 +91,8 @@ The format is based on [Keep a Changelog 1.0.0]. - Initial tagged release -[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.1.0...HEAD +[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.2.0...HEAD +[release 1.2.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.1.0...v1.2.0 [release 1.1.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.2...v1.1.0 [release 1.0.2]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.1...v1.0.2 [release 1.0.1]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.0.0...v1.0.1 diff --git a/pyproject.toml b/pyproject.toml index 3d2eebf..40236af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.1.0" +version = "1.2.0" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"