File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313from databento_dbn import OHLCVMsg
1414from databento_dbn import Schema
1515from databento_dbn import StatMsg
16+ from databento_dbn import StatType
1617from databento_dbn import SType
1718from databento_dbn import SymbolMappingMsg
1819from databento_dbn import SystemMsg
8586 "InstrumentDefMsg" ,
8687 "ImbalanceMsg" ,
8788 "ErrorMsg" ,
89+ "StatType" ,
8890 "SystemMsg" ,
8991 "SymbolMappingMsg" ,
9092]
Original file line number Diff line number Diff line change 1- __version__ = "0.36.2 "
1+ __version__ = "0.36.3 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " databento"
3- version = " 0.36.2 "
3+ version = " 0.36.3 "
44description = " Official Python client library for Databento"
55authors = [
66
You can’t perform that action at this time.
0 commit comments