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 aa77759 commit c2814b3Copy full SHA for c2814b3
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.22.1 - TBD
+## 0.22.1 - 2023-10-24
4
5
#### Bug fixes
6
- Fixed an issue where `DBNStore.to_csv` and `DBNStore.to_json` were mapping symbols even when `map_symbols` was set to `False`
databento/version.py
@@ -1 +1 @@
-__version__ = "0.22.0"
+__version__ = "0.22.1"
pyproject.toml
[tool.poetry]
name = "databento"
-version = "0.22.0"
+version = "0.22.1"
description = "Official Python client library for Databento"
authors = [
"Databento <support@databento.com>",
0 commit comments