We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6a96f commit 6cf45e5Copy full SHA for 6cf45e5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.58.0 - TBD
+## 0.58.0 - 2025-07-08
4
5
#### Enhancements
6
- Changed the `tz` parameter in `DBNStore.to_df()` to accept `datetime.tzinfo` instead of `pytz.BaseTzInfo` explicitly
databento/version.py
@@ -1 +1 @@
-__version__ = "0.57.1"
+__version__ = "0.58.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.57.1"
+version = "0.58.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments