Skip to content

Commit 2a32651

Browse files
committed
VER: Release 0.15.2
1 parent 2444da3 commit 2a32651

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

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

3-
## 0.15.2 - TBD
3+
## 0.15.2 - 2023-07-19
44

5-
#### Bug Fixes
6-
- Fixed and issue where the `end` parameter in `timeseries.get_range_async` did not support a value of `None`
5+
#### Bug fixes
6+
- Fixed an issue where the `end` parameter in `timeseries.get_range_async` did not support a value of `None`
77
- Fixed an issue where `timeseries.get_range` requests would begin with an invalid `path` parameter
88

99
## 0.15.1 - 2023-07-06
@@ -33,6 +33,7 @@
3333

3434
## 0.14.1 - 2023-06-16
3535

36+
#### Bug fixes
3637
- Fixed issue where `DBNStore.to_df()` would raise an exception if no records were present
3738
- Fixed exception message when creating a DBNStore from an empty data source
3839

@@ -107,6 +108,7 @@
107108

108109
## 0.11.0 - 2023-04-13
109110

111+
#### Bug fixes
110112
- Changed `end` and `end_date` to optional to support new forward-fill behaviour
111113
- Upgraded `zstandard` to 0.20.0
112114

databento/version.py

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

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.15.1"
3+
version = "0.15.2"
44
description = "Official Python client library for Databento"
55
authors = [
66
"Databento <support@databento.com>",

0 commit comments

Comments
 (0)