Skip to content

Commit f7cf43b

Browse files
committed
VER: Release 0.43.1
1 parent 1bdf9e1 commit f7cf43b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## 0.43.1 - TBD
3+
## 0.43.1 - 2024-10-15
44

55
#### Enhancements
66
- Keyword arguments to `DBNStore.to_parquet` will now allow `where` and `schema` to be specified
7-
- Improve records processing time
7+
- Improved record processing time for the `Live` client
88

99
#### Bug fixes
1010
- Fixed an issue where validating the checksum of a batch file loaded the entire file into memory

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.43.0"
1+
__version__ = "0.43.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databento"
3-
version = "0.43.0"
3+
version = "0.43.1"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <[email protected]>",

0 commit comments

Comments
 (0)