Skip to content

Commit

Permalink
VER: Release 0.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmacholl committed Oct 29, 2024
1 parent 34a5efc commit 06c0991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.44.1 - TBD
## 0.44.1 - 2024-10-29

#### Enhancements
- Improved exception messages emitted by the `Live` client to always include contents of any `ErrorMsg` sent by the gateway
Expand Down
2 changes: 1 addition & 1 deletion databento/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.44.0"
__version__ = "0.44.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databento"
version = "0.44.0"
version = "0.44.1"
description = "Official Python client library for Databento"
authors = [
"Databento <[email protected]>",
Expand Down

0 comments on commit 06c0991

Please sign in to comment.