diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e171a..b6178d0 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.16.0] - 2026-09-13 + ### Added - **Typed `client.spreads` and `client.indicators` resources (#99), sync and diff --git a/oilpriceapi/version.py b/oilpriceapi/version.py index e59b58e..2f0b7f7 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.15.0" +__version__ = "1.16.0" SDK_VERSION = __version__ SDK_NAME = "oilpriceapi-python" diff --git a/pyproject.toml b/pyproject.toml index 96dd1d6..630ed15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "oilpriceapi" -version = "1.15.0" +version = "1.16.0" description = "Official Python SDK for source-timestamped OilPriceAPI energy data" authors = [ {name = "OilPriceAPI", email = "support@oilpriceapi.com"}