From 93a3ceabafb03eec961edc71015e5e62ea72af5e Mon Sep 17 00:00:00 2001 From: Karl Waldman Date: Sun, 13 Sep 2026 15:38:30 -0400 Subject: [PATCH] chore(release): 1.15.0 Energy Intelligence collection methods return the named collection they promise (#107); scheme-less base_url refused (#123); typed errors, a real 60s retry cap and no HTTP status on a local refusal (#123); empty 204 accepted (#103); ActionCable setup bounded and reconnect budget repaired (#108); telemetry no longer blocks the caller (#105); dated futures contracts refused instead of answered with the front month (#128); async diesel state fallback (#123). Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_015ao5paex73xXvuM424Libo --- CHANGELOG.md | 2 ++ oilpriceapi/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6e9f2..6a7f341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to the OilPriceAPI Python SDK will be documented in this fil ## [Unreleased] +## [1.15.0] - 2026-09-13 + ### Fixed - **Energy Intelligence collection methods now return the collection they diff --git a/oilpriceapi/version.py b/oilpriceapi/version.py index 362ad16..e59b58e 100644 --- a/oilpriceapi/version.py +++ b/oilpriceapi/version.py @@ -5,6 +5,6 @@ Used in __init__.py, client.py, and async_client.py. """ -__version__ = "1.14.0" +__version__ = "1.15.0" SDK_VERSION = __version__ SDK_NAME = "oilpriceapi-python" diff --git a/pyproject.toml b/pyproject.toml index 5ce2a9c..96dd1d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "oilpriceapi" -version = "1.14.0" +version = "1.15.0" description = "Official Python SDK for source-timestamped OilPriceAPI energy data" authors = [ {name = "OilPriceAPI", email = "support@oilpriceapi.com"}