From 49229e72f1effdbf7604e18d9a45b64bec55a649 Mon Sep 17 00:00:00 2001 From: David McKee Date: Tue, 17 Sep 2024 17:33:20 +0100 Subject: [PATCH] v25 --- CHANGELOG.md | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541f0b9d..7b24395e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. -## Unreleased +## [Release 25.0.0] -- Multiple stylistic improvements, and enabling ruff to allow us to keep standards up in future - **Breaking:** Remove xml_tools +- Multiple stylistic improvements, and enabling ruff to allow us to keep standards up in future ## [Release 24.0.1] @@ -477,8 +477,9 @@ The format is based on [Keep a Changelog 1.0.0]. - Initial tagged release -[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v24.0.0...HEAD -[Release 24.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v24.0.0...v24.0.0 +[Release 25.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v24.0.1...v25.0.0 +[Release 24.0.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v24.0.0...v24.0.1 +[Release 24.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v23.0.2...v24.0.0 [Release 23.0.2]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v23.0.1...v23.0.2 [Release 23.0.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.1.0...v23.0.1 [Release 22.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.1...v22.1.0 diff --git a/pyproject.toml b/pyproject.toml index 4a4d5b91..814c39ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "24.0.1" +version = "25.0.0" description = "An API client for interacting with the underlying data in Find Caselaw." authors = ["The National Archives"] homepage = "https://github.com/nationalarchives/ds-caselaw-custom-api-client"