From 25c64cc00f4f507178a1c17bb06d115d80564628 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Tue, 24 Sep 2024 17:40:58 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.5.7=20=E2=86=92=201.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c16288..8536b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v1.6.0 (2024-09-24) + +### Feat + +- **FCL-323**: make Crown Court listable and selectable + ## v1.5.7 (2024-09-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 7626658..6e5ba39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.5.7" +version = "1.6.0" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"