From df2ed59ef82a37ad30bec36a81249647b03f352a Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 7 Nov 2023 12:34:11 +0000 Subject: [PATCH] release: 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- src/openai/_version.py | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f05d..d0ab6645f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..24b0c68708 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 1.2.0 (2023-11-07) + +Full Changelog: [v1.1.1...v1.2.0](https://github.com/openai/openai-python/compare/v1.1.1...v1.2.0) + +### Features + +* **api:** releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more ([#682](https://github.com/openai/openai-python/issues/682)) ([baa9f07](https://github.com/openai/openai-python/commit/baa9f07f5b503017ea6dae8f047d3cfc1ee22c37)) +* openai wandb sync ([#64](https://github.com/openai/openai-python/issues/64)) ([62b51ca](https://github.com/openai/openai-python/commit/62b51ca067e51854ce77cf9dc7b8a891074b6ac6)) +* **wandb:** sanitize name ([#77](https://github.com/openai/openai-python/issues/77)) ([3269db8](https://github.com/openai/openai-python/commit/3269db84943f7ab6ce7c86d67ebf01a7320332d3)) + + +### Bug Fixes + +* asssitant_deleted -> assitant_deleted ([#709](https://github.com/openai/openai-python/issues/709)) ([4d8ec53](https://github.com/openai/openai-python/commit/4d8ec53497481ed208e5f8640f2c7a2b6e450813)) +* **download:** Fix download url by reverting change ([#197](https://github.com/openai/openai-python/issues/197)) ([88b267b](https://github.com/openai/openai-python/commit/88b267b922b821d74d7b253f8ce2a56aa3e497ee)) +* fix response format bug ([#282](https://github.com/openai/openai-python/issues/282)) ([9b5f8db](https://github.com/openai/openai-python/commit/9b5f8dbd9fda64c997621704283b11bb747778dd)) +* SSE Stream parser expects additional space after colon "data:" ([#559](https://github.com/openai/openai-python/issues/559)) ([8944bd1](https://github.com/openai/openai-python/commit/8944bd1609227d42e6283967a4eeb2ae800d6bb6)) +* **wandb:**  no results if not succeeded ([#74](https://github.com/openai/openai-python/issues/74)) ([101b444](https://github.com/openai/openai-python/commit/101b444cd0f2ce11123466995ba9007f16933664)) +* **wandb:** encoding on Windows ([#148](https://github.com/openai/openai-python/issues/148)) ([af59037](https://github.com/openai/openai-python/commit/af59037ab47478103fa02f02e167d8bab1ef5f7c)), closes [#143](https://github.com/openai/openai-python/issues/143) + + +### Documentation + +* **readme:** remove mention of beta version ([#678](https://github.com/openai/openai-python/issues/678)) ([6d21709](https://github.com/openai/openai-python/commit/6d21709610a97bd7c8575744998d0cc800e89f0c)) diff --git a/pyproject.toml b/pyproject.toml index c5dd666475..1900794dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai" -version = "1.1.1" +version = "1.2.0" description = "Client library for the openai API" readme = "README.md" license = "Apache-2.0" diff --git a/src/openai/_version.py b/src/openai/_version.py index 5147fcd1f1..9d7e588fcf 100644 --- a/src/openai/_version.py +++ b/src/openai/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "openai" -__version__ = "1.1.1" # x-release-please-version +__version__ = "1.2.0" # x-release-please-version