Skip to content

Commit 3762bf9

Browse files
authored
release: 1.3.3 (#36)
Automated Release PR --- ## [1.3.3](v1.3.2...v1.3.3) (2026-09-01) ### Chores * sync sdk-openapi.json from shapleyai/code@f1e874d0d5 ([2b9a0d6](2b9a0d6)) --- 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 2b9a0d6 commit 3762bf9

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.2"
2+
".": "1.3.3"
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.3](https://github.com/parallel-web/parallel-sdk-python/compare/v1.3.2...v1.3.3) (2026-09-01)
4+
5+
6+
### Chores
7+
8+
* sync sdk-openapi.json from shapleyai/code@f1e874d0d5 ([2b9a0d6](https://github.com/parallel-web/parallel-sdk-python/commit/2b9a0d6c96d644cc8415fa5e3686e5f8d00329ae))
9+
310
## [1.3.2](https://github.com/parallel-web/parallel-sdk-python/compare/v1.3.1...v1.3.2) (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.2"
3+
version = "1.3.3"
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.2" # x-release-please-version
4+
__version__ = "1.3.3" # x-release-please-version

0 commit comments

Comments
 (0)