Skip to content

Commit edef386

Browse files
committed
ADD: Export of StatType enum
1 parent 7305c24 commit edef386

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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.36.3 - 2024-07-02
4+
5+
#### Enhancements
6+
- Added export of `StatType` enum from `databento_dbn` to the root `databento` package
7+
38
## 0.36.2 - 2024-06-25
49

510
#### Enhancements

databento/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from databento_dbn import OHLCVMsg
1414
from databento_dbn import Schema
1515
from databento_dbn import StatMsg
16+
from databento_dbn import StatType
1617
from databento_dbn import SType
1718
from databento_dbn import SymbolMappingMsg
1819
from databento_dbn import SystemMsg
@@ -85,6 +86,7 @@
8586
"InstrumentDefMsg",
8687
"ImbalanceMsg",
8788
"ErrorMsg",
89+
"StatType",
8890
"SystemMsg",
8991
"SymbolMappingMsg",
9092
]

0 commit comments

Comments
 (0)