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 ebbedfa commit aef77daCopy full SHA for aef77da
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.25.0 - TBD
+## 0.25.0 - 2024-01-09
4
5
#### Breaking changes
6
- Removed deprecated `pretty_px` parameter for `DBNStore.to_df`; `price_type` can be used instead
databento/version.py
@@ -1 +1 @@
-__version__ = "0.24.1"
+__version__ = "0.25.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.24.1"
+version = "0.25.0"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
0 commit comments