Skip to content

Commit 317d7f3

Browse files
committed
VER: Release 0.51.0
1 parent 9793f3d commit 317d7f3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 0.51.0 - 2025-04-08
4+
5+
#### Enhancements
6+
- Upgraded `databento-dbn` to 0.31.0
7+
- Fixed Python type annotation for `SystemMsg.is_heartbeat()` method that was previously annotated as a property
8+
39
## 0.50.0 - 2025-03-18
410

511
#### Enhancements
@@ -26,8 +32,6 @@
2632
- Upgraded `databento-dbn` to 0.29.0
2733
- Added `COMMODITY_SPOT` `InstrumentClass` variant
2834
- Improved handling of `datetime` and `date` objects in `start` and `end` parameters
29-
- Upgraded `databento-dbn` to 0.31.0
30-
- Fixed Python type annotation for `SystemMsg.is_heartbeat()` method that was previously annotated as a property
3135

3236
## 0.49.0 - 2025-03-04
3337

databento/version.py

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

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.50.0"
3+
version = "0.51.0"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <support@databento.com>",

0 commit comments

Comments
 (0)