File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.5.1 (2025-07-12)
4+
5+ ### Enhancements
6+
7+ - Change the default value of ` showWarning ` to be ` False ` .
8+
9+ ### Fixes
10+
11+ - Ignore timezone when parsing non-standard datetime like "YYYY-MM-DD".
12+ ([ #60 ] ( https://github.com/OceanNetworksCanada/api-python-client/issues/60 ) )
13+
14+ ### Contributors
15+
16+ - [ Kan Fu] ( https://github.com/kan-fu )
17+
318## v2.5.0 (2025-02-13)
419
520### Enhancements
Original file line number Diff line number Diff line change 99project = "onc"
1010copyright = "2025, ONC Data Team"
1111author = "ONC Data Team"
12- release = "2.5.0 "
12+ release = "2.5.1 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " onc"
7- version = " 2.5.0 "
7+ version = " 2.5.1 "
88description = " Oceans 3.0 API Python Client Library"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments