Skip to content

Commit

Permalink
VER: Release 0.36.3
Browse files Browse the repository at this point in the history
See release notes.
  • Loading branch information
nmacholl authored Jul 2, 2024
2 parents dea9418 + f0134e6 commit aabd230
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 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
2 changes: 1 addition & 1 deletion databento/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.36.2"
__version__ = "0.36.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
version = "0.36.2"
version = "0.36.3"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
Expand Down

0 comments on commit aabd230

Please sign in to comment.