From 9cc5856a6443685446ea20cca2a0a87e55d42250 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Mon, 30 Sep 2024 11:38:42 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.6.0=20=E2=86=92=201.7.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 8536b3d..f9fc387 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.0 (2024-09-30) + +### Feat + +- **FCL-343**: Add typing to utils + ## v1.6.0 (2024-09-24) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d99eb0f..24d4dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.6.0" +version = "1.7.0" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"