We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf27cad commit 2e70139Copy full SHA for 2e70139
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
-## 0.31.1 - TBD
+## 0.31.1 - 2024-03-20
4
5
#### Enhancements
6
-- Increase `Live` session connection & authentication timeouts
+- Increase `Live` session connection and authentication timeouts
7
- Added new `F_TOB` and `F_MAYBE_BAD_BOOK` variants to `RecordFlags`
8
9
#### Bug fixes
databento/version.py
@@ -1 +1 @@
-__version__ = "0.31.0"
+__version__ = "0.31.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
-version = "0.31.0"
+version = "0.31.1"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
0 commit comments