Skip to content

Commit aabd230

Browse files
authored
VER: Release 0.36.3
See release notes.
2 parents dea9418 + f0134e6 commit aabd230

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-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.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
]

databento/version.py

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

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.36.2"
3+
version = "0.36.3"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <[email protected]>",

0 commit comments

Comments
 (0)