We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949185a commit 481242bCopy full SHA for 481242b
3 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.29.0 - TBD
+## 0.29.0 - 2024-02-13
4
5
#### Enhancements
6
- Added `tz` parameter to `DBNStore.to_df` which will convert all timestamp fields from UTC to a specified timezone when used with `pretty_ts`
databento/version.py
@@ -1 +1 @@
-__version__ = "0.28.0"
+__version__ = "0.29.0"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.28.0"
+version = "0.29.0"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments