We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0960ec1 commit a10edadCopy full SHA for a10edad
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.39.1 - TBD
+## 0.39.1 - 2024-08-13
4
5
#### Bug fixes
6
- Fixed an issue where a symbol list which contained a `None` would produce a convoluted exception
databento/version.py
@@ -1 +1 @@
-__version__ = "0.39.0"
+__version__ = "0.39.1"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.39.0"
+version = "0.39.1"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments