From 43dad64fe6fb993d2cbd349da7ec52f79e0ca082 Mon Sep 17 00:00:00 2001 From: David McKee Date: Wed, 7 Aug 2024 14:54:29 +0100 Subject: [PATCH] Release v1.5.4 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb256ed..ae68be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [Release 1.5.4] + +- [FCL-119] Add Crown and County Courts (invisible) + ## [Release 1.5.3] - [FCL-134] Make IPT visible in Public and Editor UIs diff --git a/pyproject.toml b/pyproject.toml index 97ad830..8ab2540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.5.3" +version = "1.5.4" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"