Skip to content

Commit 5b59ef8

Browse files
committed
VER: Release 0.39.2
1 parent 44b745f commit 5b59ef8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.39.2 - 2024-08-13
4+
5+
#### Enhancements
6+
- Changed `corporate_actions.get_range(...)` to stream compressed zstd data
7+
38
## 0.39.1 - 2024-08-13
49

510
#### Bug fixes

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.39.1"
1+
__version__ = "0.39.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databento"
3-
version = "0.39.1"
3+
version = "0.39.2"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <[email protected]>",

0 commit comments

Comments
 (0)