From 8c4c6c5b68c1d984fe549db7bc093027b596cf7b Mon Sep 17 00:00:00 2001 From: nicolasK Date: Wed, 28 Feb 2024 14:17:50 +0100 Subject: [PATCH] prep(0.0.8) --- CHANGELOG.md | 4 +++- earthdaily/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 657040e5..e275f150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.8] - unreleased + ## [0.0.7] - 2024-02-28 #### Added -- `ed` accessor. +- xarray `ed` accessor. ## [0.0.6] - 2024-02-23 diff --git a/earthdaily/__init__.py b/earthdaily/__init__.py index 46961677..e42d3868 100644 --- a/earthdaily/__init__.py +++ b/earthdaily/__init__.py @@ -1,4 +1,4 @@ from . import earthdatastore, datasets from .accessor import EarthDailyAccessorDataArray, EarthDailyAccessorDataset -__version__ = "0.0.7" +__version__ = "0.0.8"