Skip to content

Commit c43a7f0

Browse files
release: 3.0.0 (#102)
* codegen metadata * codegen metadata * chore: trigger CI/CD pipeline * release: 3.0.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: lucaspcmr <lucaspcmr@gmail.com>
1 parent e660cf9 commit c43a7f0

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.7.0-alpha"
2+
".": "3.0.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 846
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/telnyx%2Ftelnyx-cb0994e7d39146470cf25daa458555be4691e50795b9cb9be0cdd76a7d6bf357.yml
33
openapi_spec_hash: df09e67ae6d4df81593b396048046de5
4-
config_hash: 154c313d0f3d72cbcec91e9f8a370eec
4+
config_hash: 9dd7bc726c0eb161e33eafea3da9ca5a

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.0.0 (2025-09-23)
4+
5+
Full Changelog: [v3.7.0-alpha...v3.0.0](https://github.com/team-telnyx/telnyx-python/compare/v3.7.0-alpha...v3.0.0)
6+
7+
### Chores
8+
9+
* trigger CI/CD pipeline ([e2a1c9d](https://github.com/team-telnyx/telnyx-python/commit/e2a1c9d5f7d6e0c64ed3e7b3578aff0684283f47))
10+
311
## 3.7.0-alpha (2025-09-23)
412

513
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The full API of this library can be found in [api.md](api.md).
1717

1818
```sh
1919
# install from PyPI
20-
pip install --pre telnyx
20+
pip install telnyx
2121
```
2222

2323
## Usage
@@ -83,7 +83,7 @@ You can enable this by installing `aiohttp`:
8383

8484
```sh
8585
# install from PyPI
86-
pip install --pre telnyx[aiohttp]
86+
pip install telnyx[aiohttp]
8787
```
8888

8989
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "telnyx"
3-
version = "3.7.0-alpha"
3+
version = "3.0.0"
44
description = "The official Python library for the telnyx API"
55
dynamic = ["readme"]
66
license = "MIT"

src/telnyx/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "telnyx"
4-
__version__ = "3.7.0-alpha" # x-release-please-version
4+
__version__ = "3.0.0" # x-release-please-version

0 commit comments

Comments
 (0)