Skip to content

Commit

Permalink
release: 3.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Mar 20, 2024
1 parent 4264982 commit efaad20
Show file tree
Hide file tree
Showing 4 changed files with 12 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.3"
".": "3.0.0-beta.4"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0-beta.4 (2024-03-20)

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

### Features

* **api:** OpenAPI spec update via Stainless API ([#153](https://github.com/cloudflare/cloudflare-python/issues/153)) ([a953222](https://github.com/cloudflare/cloudflare-python/commit/a953222e49491b1940c19003bf712f1e6fdc6b0a))
* **api:** OpenAPI spec update via Stainless API ([#155](https://github.com/cloudflare/cloudflare-python/issues/155)) ([0d24683](https://github.com/cloudflare/cloudflare-python/commit/0d246838daf95d8803c4b0385efd21037cb9ee2e))

## 3.0.0-beta.3 (2024-03-19)

Full Changelog: [v3.0.0-beta.2...v3.0.0-beta.3](https://github.com/cloudflare/cloudflare-python/compare/v3.0.0-beta.2...v3.0.0-beta.3)
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.3"
version = "3.0.0-beta.4"
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.3" # x-release-please-version
__version__ = "3.0.0-beta.4" # x-release-please-version

0 comments on commit efaad20

Please sign in to comment.