From 05c570e679bef6c99eb49703d56c602289bc0f47 Mon Sep 17 00:00:00 2001 From: David McKee Date: Mon, 2 Sep 2024 11:47:34 +0100 Subject: [PATCH] v1.5.6 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2150262..580b464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [Release 1.5.6] + +- Change Crown Courts to EWCRC +- Make Crown Courts visible + ## [Release 1.5.5] - [FCL-119] Make County Courts visible diff --git a/pyproject.toml b/pyproject.toml index 70da1b1..34cd145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.5.5" +version = "1.5.6" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"