From 55fe113580bfd7aeb2c4354f583e3fa2a390ca1f Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 9 Jan 2024 18:59:13 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 5 +++++ Makefile | 2 +- README.md | 2 +- setup.cfg | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 363f5ff..2f67ff7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,11 @@ Changes [Unreleased](https://github.com/crim-ca/ncml2stac/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ + + +[0.3.0](https://github.com/crim-ca/ncml2stac/tree/0.3.0) (2024-01-09) +------------------------------------------------------------------------------------------------------------------ + - Update STAC Item generation from NCML using `STACpopulator==0.5.0` to employ all latest fixes. [0.2.0](https://github.com/crim-ca/ncml2stac/tree/0.2.0) (2023-10-02) diff --git a/Makefile b/Makefile index 5c0a603..0d068e7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ MAKEFILE_NAME := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) # Application APP_ROOT := $(abspath $(lastword $(MAKEFILE_NAME))/..) APP_NAME := $(shell basename $(APP_ROOT)) -APP_VERSION := 0.2.0 +APP_VERSION := 0.3.0 DOCKER_REPO ?= crimca/ncml2stac # guess OS (Linux, Darwin,...) diff --git a/README.md b/README.md index 36ca1e1..308a08e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NCML to STAC -[![version](https://img.shields.io/github/v/tag/crim-ca/ncml2stac?label=latest%20version)](https://github.com/crim-ca/ncml2stac/tree/0.2.0) +[![version](https://img.shields.io/github/v/tag/crim-ca/ncml2stac?label=latest%20version)](https://github.com/crim-ca/ncml2stac/tree/0.3.0) Converts a NCML XML with NetCDF file reference to a STAC Item JSON definition. diff --git a/setup.cfg b/setup.cfg index 859f078..4baa89f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True tag_name = {new_version}