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 44b745f commit 5b59ef8Copy full SHA for 5b59ef8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.39.2 - 2024-08-13
4
+
5
+#### Enhancements
6
+- Changed `corporate_actions.get_range(...)` to stream compressed zstd data
7
8
## 0.39.1 - 2024-08-13
9
10
#### Bug fixes
databento/version.py
@@ -1 +1 @@
-__version__ = "0.39.1"
+__version__ = "0.39.2"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
-version = "0.39.1"
+version = "0.39.2"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
0 commit comments