Skip to content

Commit f9e4048

Browse files
stainless-app[bot]megamanics
authored andcommittedAug 14, 2024
release: 1.35.7
1 parent b689a67 commit f9e4048

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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-
".": "1.35.6"
2+
".": "1.35.7"
33
}

‎CHANGELOG.md

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

3+
## 1.35.7 (2024-06-27)
4+
5+
Full Changelog: [v1.35.6...v1.35.7](https://github.com/openai/openai-python/compare/v1.35.6...v1.35.7)
6+
7+
### Bug Fixes
8+
9+
* **build:** include more files in sdist builds ([#1504](https://github.com/openai/openai-python/issues/1504)) ([730c1b5](https://github.com/openai/openai-python/commit/730c1b53b1a61e218a85aa2d1cf3ba4775618755))
10+
311
## 1.35.6 (2024-06-27)
412

513
Full Changelog: [v1.35.5...v1.35.6](https://github.com/openai/openai-python/compare/v1.35.5...v1.35.6)

‎pyproject.toml

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

‎src/openai/_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__ = "openai"
4-
__version__ = "1.35.6" # x-release-please-version
4+
__version__ = "1.35.7" # x-release-please-version

0 commit comments

Comments
 (0)
Please sign in to comment.