Skip to content

Commit 99b7b4b

Browse files
committed
prepare 1.0.2.13 release
1 parent f2950a4 commit 99b7b4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# https://github.com/python/black#version-control-integration
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.12.0
6+
rev: v0.12.1
77
hooks:
8-
- id: ruff
8+
- id: ruff-check
99
- id: ruff-format
1010
- repo: https://github.com/pre-commit/mirrors-mypy
1111
rev: v1.16.1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.0.2.13 (2024-11-??)
1+
# v1.0.2.13 (2025-06-28)
22
* Support specifying the text encoding of the input exchange file
33
* (Bug) Fix fill values in bottle date/time being printed as nan in generated exchange files
44
* Add the ability to ignore columns using the ODV parameter syntax to `read_exchange` and `read_csv`

0 commit comments

Comments
 (0)