File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.12 .0"
2
+ "." : " 1.13 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.13.0 (2024-02-15)
4
+
5
+ Full Changelog: [ v1.12.0...v1.13.0] ( https://github.com/openai/openai-python/compare/v1.12.0...v1.13.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** updates ([ #1146 ] ( https://github.com/openai/openai-python/issues/1146 ) ) ([ 79b7675] ( https://github.com/openai/openai-python/commit/79b7675e51fb7d269a6ea281a568bc7812ba2ace ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** ci:** move github release logic to github app ([ #1155 ] ( https://github.com/openai/openai-python/issues/1155 ) ) ([ 67cfac2] ( https://github.com/openai/openai-python/commit/67cfac2564dfb718da0465e34b90ac6928fa962a ) )
15
+ * ** internal:** refactor release environment script ([ #1158 ] ( https://github.com/openai/openai-python/issues/1158 ) ) ([ 7fe8ec3] ( https://github.com/openai/openai-python/commit/7fe8ec3bf04ecf85e3bd5adf0d9992c051f87b81 ) )
16
+
3
17
## 1.12.0 (2024-02-08)
4
18
5
19
Full Changelog: [ v1.11.1...v1.12.0] ( https://github.com/openai/openai-python/compare/v1.11.1...v1.12.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " openai"
3
- version = " 1.12 .0"
3
+ version = " 1.13 .0"
4
4
description = " The official Python library for the openai API"
5
5
readme = " README.md"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
3
__title__ = "openai"
4
- __version__ = "1.12 .0" # x-release-please-version
4
+ __version__ = "1.13 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments