Skip to content

Commit

Permalink
release: 3.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 28, 2024
1 parent 0ad46e1 commit 9ff6d31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0-beta.6"
".": "3.0.0-beta.7"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 3.0.0-beta.7 (2024-03-28)

Full Changelog: [v3.0.0-beta.6...v3.0.0-beta.7](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.6...v3.0.0-beta.7)

### Features

* **api:** update via SDK Studio ([#180](https://github.com/cloudflare/cloudflare-python/issues/180)) ([0ad46e1](https://github.com/cloudflare/cloudflare-python/commit/0ad46e17772a799cd8a3be894f5a81da0d055ad0))

## 3.0.0-beta.6 (2024-03-27)

Full Changelog: [v3.0.0-beta.5...v3.0.0-beta.6](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.5...v3.0.0-beta.6)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cloudflare"
version = "3.0.0-beta.6"
version = "3.0.0-beta.7"
description = "The official Python library for the cloudflare API"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cloudflare/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "cloudflare"
__version__ = "3.0.0-beta.6" # x-release-please-version
__version__ = "3.0.0-beta.7" # x-release-please-version

0 comments on commit 9ff6d31

Please sign in to comment.