Skip to content

Commit

Permalink
VER: Release 0.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Jun 25, 2024
1 parent fbde079 commit 5b83032
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.37.0 - TBD
## 0.36.2 - 2024-06-25

#### Enhancements
- Upgraded `databento-dbn` to 0.18.2
Expand All @@ -9,7 +9,7 @@

#### Enhancements
- Added type alias `TBBOMsg` for `MBP1Msg`
- Added support for `BBO-1s`, `BBO-1m`, and `Status` schemas
- Added support for `bbo-1s`, `bbo-1m`, and `status` schemas
- Instances of the `Live` client will now call `Live.stop` when garbage collected
- Added new publisher values for `XNAS.BASIC` and `XNAS.NLS`

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.1"
__version__ = "0.36.2"
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.1"
version = "0.36.2"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
Expand Down

0 comments on commit 5b83032

Please sign in to comment.