diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ce903..8a1dbc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v2.4.1 (2024-09-24) + +### Fixes + +- Fixed duplicate downloading issues when the downloaded file exists and the overwrite parameter is False + in `downloadArchivefile`, `downloadDataProduct`, and `orderDataProduct`. + ([#41](https://github.com/OceanNetworksCanada/api-python-client/issues/41)) + +- Fixed incorrect time estimation when downloading scalardata in multiple pages. + ([#45](https://github.com/OceanNetworksCanada/api-python-client/issues/45)) + +### Contributors + +- [Kan Fu](https://github.com/kan-fu) + +### Reviewers panel + +- [Angela Schlesinger](https://github.com/aschlesin) +- [Eli Ferguson](https://github.com/eliferguson) + ## v2.4.0 (2024-05-30) ### Enhancements diff --git a/doc/source/conf.py b/doc/source/conf.py index d324f31..db3fce4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -9,7 +9,7 @@ project = "onc" copyright = "2024, ONC Data Team" author = "ONC Data Team" -release = "2.4.0" +release = "2.4.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 3bf889f..d9ce7e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "onc" -version = "2.4.0" +version = "2.4.1" description = "Oceans 3.0 API Python Client Library" readme = "README.md" authors = [