File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.3.0 "
2
+ "." : " 0.3.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.3.1 (2025-04-22)
4
+
5
+ Full Changelog: [ v0.3.0...v0.3.1] ( https://github.com/prelude-so/python-sdk/compare/v0.3.0...v0.3.1 )
6
+
7
+ ### Chores
8
+
9
+ * ** ci:** add timeout thresholds for CI jobs ([ 86a95ec] ( https://github.com/prelude-so/python-sdk/commit/86a95ec72dee0ad1c2daef78f6abe57e37ba172b ) )
10
+ * ** client:** minor internal fixes ([ 191826b] ( https://github.com/prelude-so/python-sdk/commit/191826b8f197fc684013eccb67785692964dc4a2 ) )
11
+ * ** internal:** base client updates ([ 658c667] ( https://github.com/prelude-so/python-sdk/commit/658c6672d8cef3a53b0fb15de1f34f12de554e09 ) )
12
+ * ** internal:** bump pyright version ([ 30e6817] ( https://github.com/prelude-so/python-sdk/commit/30e6817c4d2bbf13e3e8832e626b827d60e221b9 ) )
13
+ * ** internal:** update models test ([ f77a730] ( https://github.com/prelude-so/python-sdk/commit/f77a7309750298a75f77c60cb672630ba9085f69 ) )
14
+ * ** internal:** update pyright settings ([ 4393e83] ( https://github.com/prelude-so/python-sdk/commit/4393e83b8c2a5e6bc63235ecb0551adb9504c9ca ) )
15
+
3
16
## 0.3.0 (2025-04-11)
4
17
5
18
Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/prelude-so/python-sdk/compare/v0.2.0...v0.3.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " prelude-python-sdk"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " The official Python library for the Prelude API"
5
5
dynamic = [" readme" ]
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. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "prelude_python_sdk"
4
- __version__ = "0.3.0 " # x-release-please-version
4
+ __version__ = "0.3.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments