Commit 45f60e82

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2023-11-10 04:24:13
release: 1.2.2 tag: v1.2.2
1 parent 448ac7d
src/openai/_version.py
@@ -1,4 +1,4 @@
 # File generated from our OpenAPI spec by Stainless.
 
 __title__ = "openai"
-__version__ = "1.2.1"  # x-release-please-version
+__version__ = "1.2.2"  # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "1.2.1"
+  ".": "1.2.2"
 }
\ No newline at end of file
CHANGELOG.md
@@ -1,5 +1,18 @@
 # Changelog
 
+## 1.2.2 (2023-11-09)
+
+Full Changelog: [v1.2.1...v1.2.2](https://github.com/openai/openai-python/compare/v1.2.1...v1.2.2)
+
+### Bug Fixes
+
+* **client:** correctly assign error properties ([#759](https://github.com/openai/openai-python/issues/759)) ([ef264d2](https://github.com/openai/openai-python/commit/ef264d2293b77784f69039291ca2a17a454851cb))
+
+
+### Documentation
+
+* **readme:** link to migration guide ([#761](https://github.com/openai/openai-python/issues/761)) ([ddde839](https://github.com/openai/openai-python/commit/ddde8392be19e7ad77280374806667ecaef612da))
+
 ## 1.2.1 (2023-11-09)
 
 Full Changelog: [v1.2.0...v1.2.1](https://github.com/openai/openai-python/compare/v1.2.0...v1.2.1)
pyproject.toml
@@ -1,6 +1,6 @@
 [project]
 name = "openai"
-version = "1.2.1"
+version = "1.2.2"
 description = "Client library for the openai API"
 readme = "README.md"
 license = "Apache-2.0"