Skip to content

Commit d20d289

Browse files
authored
Time series data made optional
* Time series data made optional
1 parent 4872b36 commit d20d289

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Made label and expression parameters optional in attribute api response
1616
## [0.0.9] - 2025-12-09
1717
- Perfomance optimizations
18+
## [0.1.0] - 2025-12-10
19+
Time serires data made optional

dataquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
For more information, visit: https://github.com/dataquery/dataquery-sdk
1515
"""
1616

17-
__version__ = "0.0.9"
17+
__version__ = "0.1.0"
1818
__author__ = "DATAQUERY SDK Team"
1919
__email__ = "dataquery@jpmorgan.com"
2020
__license__ = "MIT"

0 commit comments

Comments
 (0)