Skip to content

Commit 5352e35

Browse files
committed
release: prepare for version 2.5.1
1 parent 5bbb4da commit 5352e35

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "onc"
1010
copyright = "2025, ONC Data Team"
1111
author = "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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "onc"
7-
version = "2.5.0"
7+
version = "2.5.1"
88
description = "Oceans 3.0 API Python Client Library"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)