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 f91a262 commit 22a4b99Copy full SHA for 22a4b99
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.12.0 - TBD
4
+- Renamed the `cost` field to `cost_usd` for `batch.submit_job` and `batch.list_jobs` (value now expressed as US dollars)
5
+
6
## 0.11.0 - 2023-04-13
7
- Changed `end` and `end_date` to optional to support new forward-fill behaviour
8
- Upgraded `zstandard` to 0.20.0
databento/version.py
@@ -1 +1 @@
-__version__ = "0.11.0"
+__version__ = "0.12.0"
0 commit comments