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 34a5efc commit 06c0991Copy full SHA for 06c0991
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.44.1 - TBD
+## 0.44.1 - 2024-10-29
4
5
#### Enhancements
6
- Improved exception messages emitted by the `Live` client to always include contents of any `ErrorMsg` sent by the gateway
databento/version.py
@@ -1 +1 @@
-__version__ = "0.44.0"
+__version__ = "0.44.1"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.44.0"
+version = "0.44.1"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments