From 5352e35b4908e7dee404a49e49b24acda6b3adaf Mon Sep 17 00:00:00 2001 From: Kan Fu Date: Sat, 12 Jul 2025 22:17:32 -0700 Subject: [PATCH] release: prepare for version 2.5.1 --- CHANGELOG.md | 15 +++++++++++++++ doc/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b643c96..ca0706c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.5.1 (2025-07-12) + +### Enhancements + +- Change the default value of `showWarning` to be `False`. + +### Fixes + +- Ignore timezone when parsing non-standard datetime like "YYYY-MM-DD". + ([#60](https://github.com/OceanNetworksCanada/api-python-client/issues/60)) + +### Contributors + +- [Kan Fu](https://github.com/kan-fu) + ## v2.5.0 (2025-02-13) ### Enhancements diff --git a/doc/source/conf.py b/doc/source/conf.py index cfe9244..5de0915 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -9,7 +9,7 @@ project = "onc" copyright = "2025, ONC Data Team" author = "ONC Data Team" -release = "2.5.0" +release = "2.5.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index a11ec7e..8079a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "onc" -version = "2.5.0" +version = "2.5.1" description = "Oceans 3.0 API Python Client Library" readme = "README.md" authors = [