From 382aaf1f394a2b7b86c3425ef1c72a492a051502 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Tue, 1 Oct 2024 10:42:43 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.7.0=20=E2=86=92=201.7.1?= 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 f9fc387..7e88669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v1.7.1 (2024-10-01) + +### Fix + +- **courts**: add additional type statements for stricter behaviour of courts repository + ## v1.7.0 (2024-09-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 24d4dd3..17fce89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.7.0" +version = "1.7.1" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"