Skip to content

Commit aef77da

Browse files
committed
VER: Release 0.25.0
1 parent ebbedfa commit aef77da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.25.0 - TBD
3+
## 0.25.0 - 2024-01-09
44

55
#### Breaking changes
66
- Removed deprecated `pretty_px` parameter for `DBNStore.to_df`; `price_type` can be used instead

databento/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databento"
3-
version = "0.24.1"
3+
version = "0.25.0"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <[email protected]>",

0 commit comments

Comments
 (0)