diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7e41d..52a1a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht ## [Unreleased] +## [0.7.1] - 2026-09-04 + ### Added - MIT license, including explicit coverage for the published `calle-ai` diff --git a/openapi-python-client.yml b/openapi-python-client.yml index 190f81f..2ece704 100644 --- a/openapi-python-client.yml +++ b/openapi-python-client.yml @@ -1,6 +1,6 @@ project_name_override: calle-generated package_name_override: generated -package_version_override: 0.7.0 +package_version_override: 0.7.1 literal_enums: true generate_all_tags: true use_path_prefixes_for_title_model_names: false diff --git a/openapi/calle.openapi.yaml b/openapi/calle.openapi.yaml index 7c5004f..6516406 100644 --- a/openapi/calle.openapi.yaml +++ b/openapi/calle.openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: CALL-E Developer API - version: 0.7.0 + version: 0.7.1 description: Developer API contract used by the CALL-E TypeScript and Python SDKs. servers: - url: https://api.heycall-e.com diff --git a/pyproject.toml b/pyproject.toml index 5bb7acc..6b9c9aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "calle-ai" -version = "0.7.0" +version = "0.7.1" description = "Python server SDK for the CALL-E Developer API." readme = "README.md" license = "MIT" diff --git a/scripts/verify_openapi_contract.py b/scripts/verify_openapi_contract.py index 4fbbf59..6904716 100644 --- a/scripts/verify_openapi_contract.py +++ b/scripts/verify_openapi_contract.py @@ -49,7 +49,7 @@ def main() -> None: "unexpected title", ) assert_contract( - spec.get("info", {}).get("version") == "0.7.0", + spec.get("info", {}).get("version") == "0.7.1", "unexpected API version", ) diff --git a/uv.lock b/uv.lock index 2497085..eeacc83 100644 --- a/uv.lock +++ b/uv.lock @@ -97,7 +97,7 @@ wheels = [ [[package]] name = "calle-ai" -version = "0.7.0" +version = "0.7.1" source = { editable = "." } dependencies = [ { name = "attrs" },