Skip to content

Commit 5b83032

Browse files
committed
VER: Release 0.36.2
1 parent fbde079 commit 5b83032

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.37.0 - TBD
3+
## 0.36.2 - 2024-06-25
44

55
#### Enhancements
66
- Upgraded `databento-dbn` to 0.18.2
@@ -9,7 +9,7 @@
99

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

databento/version.py

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

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

0 commit comments

Comments
 (0)