Skip to content

Commit 17f1a02

Browse files
committed
VER: Release 0.23.1
1 parent e53d3ca commit 17f1a02

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
## 0.24.0 - TBD
3+
## 0.23.1 - 2023-11-10
44

55
#### Enhancements
66
- Added new publishers for consolidated DBEQ.BASIC and DBEQ.PLUS
77

88
#### Bug fixes
9-
- Fixed an issue where `Live.block_for_close` and `Live.wait_for_close` would not flush streams if the timeout was reached.
9+
- Fixed an issue where `Live.block_for_close` and `Live.wait_for_close` would not flush streams if the timeout was reached
10+
- Fixed a performance regression when reading a historical DBN file into a numpy array
1011

1112
## 0.23.0 - 2023-10-26
1213

databento/version.py

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

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

0 commit comments

Comments
 (0)