Skip to content

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 7, 2023
1 parent a45402c commit 2ec6203
Show file tree
Hide file tree
Showing 4 changed files with 30 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 @@
{
".": "1.1.1"
".": "1.2.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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))
* typo assistant -> assistant_deleted ([#711](https://github.com/openai/openai-python/issues/711)) ([a45402c](https://github.com/openai/openai-python/commit/a45402cba1a1338cd7472285516908937726ff61))
* **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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/openai/_version.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2ec6203

Please sign in to comment.