Skip to content

Commit

Permalink
release(0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Feb 3, 2025
1 parent 156ddd7 commit dd3b09f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/API.rst.automodapi
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
API Reference
=============


earthdaily Package
------------------

.. automodule:: earthdaily

Functions
^^^^^^^^^

.. automodsumm:: earthdaily
:functions-only:
:toctree: api

2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.3.5] - Unreleased
## [0.4.0] - 2025-02-03

### Added

Expand Down
2 changes: 1 addition & 1 deletion earthdaily/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# to hide warnings from rioxarray or nano seconds conversion
# warnings.filterwarnings("ignore")

__version__ = "0.3.5"
__version__ = "0.4.0"


def EarthDataStore(
Expand Down

0 comments on commit dd3b09f

Please sign in to comment.