From 7b6b95a78d17165ec7dd0b556918f79863075e2b Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Thu, 23 Nov 2023 15:29:08 +0100 Subject: [PATCH] release v1.3.0 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b98f3..754f3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [Release 1.3.0] + +- The Upper Tribunal (Immigation and Asylum Chamber) used to be called the "Asylum and Immigration Tribunal", with a different NCN format (and therefore URL param). This release ensures that cases with both NCN styles show for the Upper Tribunal (I&AC), and that the two court names are shown with the appropriate dates in contexts where we lists courts. + ## [Release 1.2.1] - Reorder tribunal groups so Employment Appeal is at the top @@ -95,7 +99,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.2.1...HEAD +[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.0...HEAD +[release 1.3.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.2.1...v1.3.0 [release 1.2.1]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.2.0...v1.2.1 [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 diff --git a/pyproject.toml b/pyproject.toml index d2feec1..9ca7c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.2.1" +version = "1.3.0" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"