Skip to content

Commit

Permalink
VER: Release 0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 15, 2024
1 parent 1bdf9e1 commit f7cf43b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 0.43.1 - TBD
## 0.43.1 - 2024-10-15

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

#### Bug fixes
- Fixed an issue where validating the checksum of a batch file loaded the entire file into memory
Expand Down
2 changes: 1 addition & 1 deletion databento/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.43.0"
__version__ = "0.43.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
version = "0.43.0"
version = "0.43.1"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
Expand Down

0 comments on commit f7cf43b

Please sign in to comment.