Skip to content

Commit 57a6b51

Browse files
release: 0.3.1
1 parent 86a95ec commit 57a6b51

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## 0.3.0 (2025-04-11)
417

518
Full Changelog: [v0.2.0...v0.3.0](https://github.com/prelude-so/python-sdk/compare/v0.2.0...v0.3.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "prelude-python-sdk"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "The official Python library for the Prelude API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/prelude_python_sdk/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "prelude_python_sdk"
4-
__version__ = "0.3.0" # x-release-please-version
4+
__version__ = "0.3.1" # x-release-please-version

0 commit comments

Comments
 (0)