Skip to content

Commit

Permalink
prep(0.0.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Feb 28, 2024
1 parent 17105fd commit 8c4c6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion earthdaily/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import earthdatastore, datasets
from .accessor import EarthDailyAccessorDataArray, EarthDailyAccessorDataset

__version__ = "0.0.7"
__version__ = "0.0.8"

0 comments on commit 8c4c6c5

Please sign in to comment.