Skip to content

Commit

Permalink
ADD: Export of StatType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Jul 2, 2024
1 parent 7305c24 commit edef386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.36.3 - 2024-07-02

#### Enhancements
- Added export of `StatType` enum from `databento_dbn` to the root `databento` package

## 0.36.2 - 2024-06-25

#### Enhancements
Expand Down
2 changes: 2 additions & 0 deletions databento/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from databento_dbn import OHLCVMsg
from databento_dbn import Schema
from databento_dbn import StatMsg
from databento_dbn import StatType
from databento_dbn import SType
from databento_dbn import SymbolMappingMsg
from databento_dbn import SystemMsg
Expand Down Expand Up @@ -85,6 +86,7 @@
"InstrumentDefMsg",
"ImbalanceMsg",
"ErrorMsg",
"StatType",
"SystemMsg",
"SymbolMappingMsg",
]
Expand Down

0 comments on commit edef386

Please sign in to comment.