From 6fb509b891a971008cfcdcf805a7904736f7d608 Mon Sep 17 00:00:00 2001 From: Olivier Iffrig Date: Mon, 21 Oct 2024 09:05:30 +0000 Subject: [PATCH 1/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67f8597..9970c12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "earthkit-time" -version = "0.1.3" +version = "0.1.4" requires-python = ">= 3.8" description = "Date and time manipulation routines for the use of weather data" license = {file = "LICENSE"} From 5700797db949fd98e076cba032364f4c9aace151 Mon Sep 17 00:00:00 2001 From: Olivier Iffrig Date: Mon, 21 Oct 2024 09:06:32 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc6f137..243b284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased changes +## 0.1.4 - 2024-10-21 * Add `--skip` options to `earthkit-dateseq previous/next`