We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f324f commit 64e9f66Copy full SHA for 64e9f66
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.38.0 - TBD
+## 0.38.0 - 2024-07-23
4
5
This release adds a new feature to the `Live` client for automatically reconnecting when an unexpected disconnection occurs.
6
databento/version.py
@@ -1 +1 @@
-__version__ = "0.37.0"
+__version__ = "0.38.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.37.0"
+version = "0.38.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments