Skip to content

Commit f4da1c5

Browse files
committed
release: 1.2.0
1 parent a52ba24 commit f4da1c5

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.1.1"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 1.2.0 (2023-11-06)
4+
5+
Full Changelog: [v1.1.1...v1.2.0](https://github.com/openai/openai-python/compare/v1.1.1...v1.2.0)
6+
7+
### Features
8+
9+
* **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))
10+
* openai wandb sync ([#64](https://github.com/openai/openai-python/issues/64)) ([62b51ca](https://github.com/openai/openai-python/commit/62b51ca067e51854ce77cf9dc7b8a891074b6ac6))
11+
* **wandb:** sanitize name ([#77](https://github.com/openai/openai-python/issues/77)) ([3269db8](https://github.com/openai/openai-python/commit/3269db84943f7ab6ce7c86d67ebf01a7320332d3))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
* fix response format bug ([#282](https://github.com/openai/openai-python/issues/282)) ([9b5f8db](https://github.com/openai/openai-python/commit/9b5f8dbd9fda64c997621704283b11bb747778dd))
18+
* 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))
19+
* **wandb:**  no results if not succeeded ([#74](https://github.com/openai/openai-python/issues/74)) ([101b444](https://github.com/openai/openai-python/commit/101b444cd0f2ce11123466995ba9007f16933664))
20+
* **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)
21+
22+
23+
### Documentation
24+
25+
* **readme:** remove mention of beta version ([#678](https://github.com/openai/openai-python/issues/678)) ([6d21709](https://github.com/openai/openai-python/commit/6d21709610a97bd7c8575744998d0cc800e89f0c))

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.1.1"
3+
version = "1.2.0"
44
description = "Client library for the openai API"
55
readme = "README.md"
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.
22

33
__title__ = "openai"
4-
__version__ = "1.1.1" # x-release-please-version
4+
__version__ = "1.2.0" # x-release-please-version

0 commit comments

Comments
 (0)