8000 release: 3.0.0-beta.11 · cloudflare/cloudflare-python@9b3b6f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b3b6f7

Browse files
release: 3.0.0-beta.11
1 parent b762e85 commit 9b3b6f7

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.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.0.0-beta.10"
2+
".": "3.0.0-beta.11"
33
}

CHANGELOG.md

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

3+
## 3.0.0-beta.11 (2024-06-18)
4+
5+
Full Changelog: [v3.0.0-beta.10...v3.0.0-beta.11](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.10...v3.0.0-beta.11)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#1014](https://github.com/cloudflare/cloudflare-python/issues/1014)) ([f9b879a](https://github.com/cloudflare/cloudflare-python/commit/f9b879a727349e6604c3ae88c7949c388d655766))
10+
* **api:** OpenAPI spec update via Stainless API ([#1016](https://github.com/cloudflare/cloudflare-python/issues/1016)) ([b762e85](https://github.com/cloudflare/cloudflare-python/commit/b762e85608f579b5b3a69a8a6ee948857b7f605d))
11+
312
## 3.0.0-beta.10 (2024-06-18)
413

514
Full Changelog: [v3.0.0-beta.9...v3.0.0-beta.10](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.9...v3.0.0-beta.10)

pyproject.toml

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

src/cloudflare/_version.py

Lines changed: 1 addition & 1 deletion
Ori 5169 ginal 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__ = "cloudflare"
4-
__version__ = "3.0.0-beta.10" # x-release-please-version
4+
__version__ = "3.0.0-beta.11" # x-release-please-version

0 commit comments

Comments
 (0)
0