Commit bb0b38d9
Changed files (4)
src/openai/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "openai"
-__version__ = "1.30.3" # x-release-please-version
+__version__ = "1.30.4" # x-release-please-version
.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.30.3"
+ ".": "1.30.4"
}
\ No newline at end of file
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 1.30.4 (2024-05-28)
+
+Full Changelog: [v1.30.3...v1.30.4](https://github.com/openai/openai-python/compare/v1.30.3...v1.30.4)
+
+### Chores
+
+* add missing __all__ definitions ([7fba60f](https://github.com/openai/openai-python/commit/7fba60f2e8adc26e83080aaf3e436eb9891e1253))
+* **internal:** fix lint issue ([f423cd0](https://github.com/openai/openai-python/commit/f423cd05d33b3e734eda7c0c008faac14ae96bb7))
+
## 1.30.3 (2024-05-24)
Full Changelog: [v1.30.2...v1.30.3](https://github.com/openai/openai-python/compare/v1.30.2...v1.30.3)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "openai"
-version = "1.30.3"
+version = "1.30.4"
description = "The official Python library for the openai API"
dynamic = ["readme"]
license = "Apache-2.0"