From ba8f4b5864b4722fcbfaee66df717bb3629197b7 Mon Sep 17 00:00:00 2001 From: Dragon Dave McKee Date: Wed, 26 Jun 2024 18:12:32 +0100 Subject: [PATCH] v1.5.1 --- CHANGELOG.md | 6 ++++++ poetry.lock | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19007f6..d7463e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [Release 1.5.1] + +- Add T1/T2/T3 to EWCOP neutral citation regex +- Add IPT as a new court +- Remove parenthetical information from Family Court + ## [Release 1.5.0] - FCL91 - Change display name for Lower Courts to Other Courts diff --git a/poetry.lock b/poetry.lock index e38fc03..e77f182 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "ruamel-yaml" diff --git a/pyproject.toml b/pyproject.toml index bff9ffc..e687f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.5.0" +version = "1.5.1" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"