Skip to content

Commit 22a4b99

Browse files
committed
VER: Bump Python client version
1 parent f91a262 commit 22a4b99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 0.11.0 - 2023-04-13
47
- Changed `end` and `end_date` to optional to support new forward-fill behaviour
58
- Upgraded `zstandard` to 0.20.0

databento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11.0"
1+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)