diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a91821c..4191c889 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.7.0-alpha" + ".": "3.0.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 1b8224b2..354dbfaa 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 846 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/telnyx%2Ftelnyx-cb0994e7d39146470cf25daa458555be4691e50795b9cb9be0cdd76a7d6bf357.yml openapi_spec_hash: df09e67ae6d4df81593b396048046de5 -config_hash: 154c313d0f3d72cbcec91e9f8a370eec +config_hash: 9dd7bc726c0eb161e33eafea3da9ca5a diff --git a/CHANGELOG.md b/CHANGELOG.md index a3336ef4..ea90f407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.0.0 (2025-09-23) + +Full Changelog: [v3.7.0-alpha...v3.0.0](https://github.com/team-telnyx/telnyx-python/compare/v3.7.0-alpha...v3.0.0) + +### Chores + +* trigger CI/CD pipeline ([e2a1c9d](https://github.com/team-telnyx/telnyx-python/commit/e2a1c9d5f7d6e0c64ed3e7b3578aff0684283f47)) + ## 3.7.0-alpha (2025-09-23) Full Changelog: [v3.6.0-alpha...v3.7.0-alpha](https://github.com/team-telnyx/telnyx-python/compare/v3.6.0-alpha...v3.7.0-alpha) diff --git a/README.md b/README.md index 69be404e..c2e85a3d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The full API of this library can be found in [api.md](api.md). ```sh # install from PyPI -pip install --pre telnyx +pip install telnyx ``` ## Usage @@ -83,7 +83,7 @@ You can enable this by installing `aiohttp`: ```sh # install from PyPI -pip install --pre telnyx[aiohttp] +pip install telnyx[aiohttp] ``` Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`: diff --git a/pyproject.toml b/pyproject.toml index 9fcb624a..e1698982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "telnyx" -version = "3.7.0-alpha" +version = "3.0.0" description = "The official Python library for the telnyx API" dynamic = ["readme"] license = "MIT" diff --git a/src/telnyx/_version.py b/src/telnyx/_version.py index 02baf9c8..4b50f7e1 100644 --- a/src/telnyx/_version.py +++ b/src/telnyx/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "telnyx" -__version__ = "3.7.0-alpha" # x-release-please-version +__version__ = "3.0.0" # x-release-please-version