Skip to content

Commit

Permalink
doc(version) : v0.0.1-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Dec 12, 2023
1 parent e11b5c8 commit e4bbba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.1]
## [0.0.1-rc9] - 2023-12-12

### Added

Expand All @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Load json config for `Auth`.
- Remove kwargs of `geobox` for native cloudmask in order to parse new `geobox`.

## [0.0.1-rc8] - 2023-07-12

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

__version__ = "0.0.1"
__version__ = "0.0.1-rc9"

0 comments on commit e4bbba2

Please sign in to comment.