From 5c0755f1577d2958189cd234f4355565df2b9945 Mon Sep 17 00:00:00 2001 From: David McKee Date: Mon, 5 Aug 2024 16:28:51 +0100 Subject: [PATCH] v1.5.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 890064b..fb256ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [Release 1.5.3] + +- [FCL-134] Make IPT visible in Public and Editor UIs + ## [Release 1.5.2] - [FCL-176] Tooling configuration audit diff --git a/pyproject.toml b/pyproject.toml index 7a3df4b..97ad830 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.5.2" +version = "1.5.3" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"