From aad8a0f031916aa185bb1e38931cac8b719c23e5 Mon Sep 17 00:00:00 2001 From: Tim Cowlishaw Date: Wed, 29 Nov 2023 12:03:32 +0100 Subject: [PATCH] version bump 1.3.2 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0cd34e..a5c48d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [Release 1.3.2] + +- Add a new unlisted court with the UKAIT court code in order that EUI court validation works. + ## [Release 1.3.1] - Don't list both aliases of the Immigration and Asylum tribunal, but keep the url alias. @@ -103,7 +107,8 @@ The format is based on [Keep a Changelog 1.0.0]. - Initial tagged release -[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.1...HEAD +[unreleased]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.2...HEAD +[release 1.3.2]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.1...v1.3.2 [release 1.3.1]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.3.0...v1.3.1 [release 1.3.0]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.2.1...v1.3.0 [release 1.2.1]: https://github.com/nationalarchives/ds-caselaw-utils/compare/v1.2.0...v1.2.1 diff --git a/pyproject.toml b/pyproject.toml index 2fdbbbf..c9a22ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.3.1" +version = "1.3.2" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"