Skip to content

Commit

Permalink
release: prepare for version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-fu committed Sep 23, 2024
1 parent 476841f commit f7e076f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## v2.4.1 (2024-09-23)

### 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
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit f7e076f

Please sign in to comment.