Skip to content

Commit 5fb6ebc

Browse files
committed
release: 1.3.1
1 parent 9c80eff commit 5fb6ebc

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.3.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/parallel-web/parallel-sdk-python/compare/v1.3.0...v1.3.1) (2026-08-27)
4+
5+
6+
### Chores
7+
8+
* back-sync production 1.3.0 (merge; trunks had forked) ([f94dc19](https://github.com/parallel-web/parallel-sdk-python/commit/f94dc19f7833b1ddd1cd49e3505263415b4698dd))
9+
* **internal:** allow the mock server port to be set with STAINLESS_MOCK_PORT ([aec54fe](https://github.com/parallel-web/parallel-sdk-python/commit/aec54fe53d97e12c4e3fb6bf01a841bc27a51be3))
10+
* sync SDK OpenAPI spec from monorepo ([9c80eff](https://github.com/parallel-web/parallel-sdk-python/commit/9c80effc5eb1cce8ed0df122e982615f57c0be79))
11+
* sync stainless-sdks next (unreleased 1.3.x codegen + custom code) ([cfa72c7](https://github.com/parallel-web/parallel-sdk-python/commit/cfa72c79e3f1eabb19cfcad894ae27ac709b9fc0))
12+
313
## 1.3.0 (2026-08-12)
414

515
Full Changelog: [v1.2.0...v1.3.0](https://github.com/parallel-web/parallel-sdk-python/compare/v1.2.0...v1.3.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "parallel-web"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "The official Python library for the Parallel API"
55
dynamic = ["readme"]
66
license = "MIT"

src/parallel/_version.py

Lines changed: 1 addition & 1 deletion
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__ = "parallel"
4-
__version__ = "1.3.0" # x-release-please-version
4+
__version__ = "1.3.1" # x-release-please-version

0 commit comments

Comments
 (0)