Skip to content

Commit 90ec14b

Browse files
authored
release: 1.3.2 (#35)
Automated Release PR --- ## [1.3.2](v1.3.1...v1.3.2) (2026-08-27) ### Chores * sync SDK OpenAPI spec from monorepo ([6b191dc](6b191dc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 6b191dc commit 90ec14b

4 files changed

Lines changed: 10 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.1"
2+
".": "1.3.2"
33
}

CHANGELOG.md

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

3+
## [1.3.2](https://github.com/parallel-web/parallel-sdk-python/compare/v1.3.1...v1.3.2) (2026-08-27)
4+
5+
6+
### Chores
7+
8+
* sync SDK OpenAPI spec from monorepo ([6b191dc](https://github.com/parallel-web/parallel-sdk-python/commit/6b191dc326109eb6f4a8c4f8fe958221b50c37e2))
9+
310
## [1.3.1](https://github.com/parallel-web/parallel-sdk-python/compare/v1.3.0...v1.3.1) (2026-08-27)
411

512

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.1"
3+
version = "1.3.2"
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.1" # x-release-please-version
4+
__version__ = "1.3.2" # x-release-please-version

0 commit comments

Comments
 (0)