From 8674f84e0bcd701d019f9e0d1e94a7e774f1fff6 Mon Sep 17 00:00:00 2001 From: Frederico Liporace Date: Tue, 27 Jun 2023 14:43:08 -0300 Subject: [PATCH] release: v0.1.2 --- CHANGELOG.md | 19 +++++++++++++++++++ src/stactools/amazonia_1/__init__.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdc8c5..a3df737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,24 @@ number as needed. ### Fixed +- Nothing. + +## [0.1.2] - 2023-06-27 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + - Fixed bucket prefix ([#13](https://github.com/stactools-packages/amazonia-1/pull/13)). ## [0.1.1] - 2023-06-23 @@ -49,6 +67,7 @@ number as needed. - First version +[0.1.2]: [0.1.1]: [0.1.0]: diff --git a/src/stactools/amazonia_1/__init__.py b/src/stactools/amazonia_1/__init__.py index 07e22b2..236c55f 100644 --- a/src/stactools/amazonia_1/__init__.py +++ b/src/stactools/amazonia_1/__init__.py @@ -14,4 +14,4 @@ def register_plugin(registry: Registry) -> None: registry.register_subcommand(commands.create_amazonia1_command) -__version__ = "0.1.1" +__version__ = "0.1.2"