We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d0f75 commit 14c452fCopy full SHA for 14c452f
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.42.0 - TBD
+## 0.42.0 - 2024-09-23
4
5
#### Enhancements
6
- Added `mode` parameter to `DBNStore.to_csv` to control the file writing mode
databento/version.py
@@ -1 +1 @@
-__version__ = "0.41.0"
+__version__ = "0.42.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.41.0"
+version = "0.42.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments