From c779d093d722f67621031528ca922e2ce21f85c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:12:10 +1300 Subject: [PATCH] release: 7.1.0 (#1195) :robot: I have created a release *beep* *boop* --- ## [7.1.0](https://github.com/linz/topo-imagery/compare/v7.0.0...v7.1.0) (2024-11-28) ### Features * set default current-date for collection_from_items script TDE-1298 ([#1196](https://github.com/linz/topo-imagery/issues/1196)) ([e22bb66](https://github.com/linz/topo-imagery/commit/e22bb66e9767d8a45cecca4443f2dbcd8459a084)) ### Bug Fixes * Use client syntax for getting file contents ([#1194](https://github.com/linz/topo-imagery/issues/1194)) ([ab83041](https://github.com/linz/topo-imagery/commit/ab830416703245b6c45b543dfb2037619ba31e42)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3e82db..4273b0c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.1.0](https://github.com/linz/topo-imagery/compare/v7.0.0...v7.1.0) (2024-11-28) + + +### Features + +* set default current-date for collection_from_items script TDE-1298 ([#1196](https://github.com/linz/topo-imagery/issues/1196)) ([e22bb66](https://github.com/linz/topo-imagery/commit/e22bb66e9767d8a45cecca4443f2dbcd8459a084)) + + +### Bug Fixes + +* Use client syntax for getting file contents ([#1194](https://github.com/linz/topo-imagery/issues/1194)) ([ab83041](https://github.com/linz/topo-imagery/commit/ab830416703245b6c45b543dfb2037619ba31e42)) + ## [7.0.0](https://github.com/linz/topo-imagery/compare/v6.0.0...v7.0.0) (2024-11-27) diff --git a/pyproject.toml b/pyproject.toml index 0e2e1b12..ab8eb6ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ignore_missing_imports = true [tool.poetry] name = "topo-imagery" -version = "7.0.0" +version = "7.1.0" description = "A collection of scripts for processing imagery" authors = [ "Blayne Chard ",