mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-11 19:57:00 +00:00
release: 4.3.1
This commit is contained in:
parent
8917497520
commit
1a32133afb
4 changed files with 16 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "4.3.0"
|
||||
".": "4.3.1"
|
||||
}
|
||||
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 4.3.1 (2025-06-16)
|
||||
|
||||
Full Changelog: [v4.3.0...v4.3.1](https://github.com/cloudflare/cloudflare-python/compare/v4.3.0...v4.3.1)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **api:** Update zone subscription paths ([8917497](https://github.com/cloudflare/cloudflare-python/commit/8917497520e4a1fcc97681685175ab4107e3041c))
|
||||
|
||||
|
||||
### Chores
|
||||
|
||||
* **internal:** update conftest.py ([c8ae1c4](https://github.com/cloudflare/cloudflare-python/commit/c8ae1c4a73cc8d5804dfcfb059b102eb2443ca86))
|
||||
|
||||
## 4.3.0 (2025-06-16)
|
||||
|
||||
Full Changelog: [v4.2.0...v4.3.0](https://github.com/cloudflare/cloudflare-python/compare/v4.2.0...v4.3.0)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "cloudflare"
|
||||
version = "4.3.0"
|
||||
version = "4.3.1"
|
||||
description = "The official Python library for the cloudflare API"
|
||||
dynamic = ["readme"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||||
|
||||
__title__ = "cloudflare"
|
||||
__version__ = "4.3.0" # x-release-please-version
|
||||
__version__ = "4.3.1" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue