We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689d423 commit 3e72b92Copy full SHA for 3e72b92
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.32.0 - TBD
+## 0.32.0 - 2024-04-04
4
5
#### Enhancements
6
- Improved exception messages when multiple `ErrorMsg` are received by the `Live` client
databento/version.py
@@ -1 +1 @@
-__version__ = "0.31.1"
+__version__ = "0.32.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.31.1"
+version = "0.32.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments