Skip to content

Commit 5a3f51c

Browse files
release: 2.0.0-alpha.29
1 parent b99ad7e commit 5a3f51c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-alpha.28"
2+
".": "2.0.0-alpha.29"
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+
## 2.0.0-alpha.29 (2025-10-09)
4+
5+
Full Changelog: [v2.0.0-alpha.28...v2.0.0-alpha.29](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.28...v2.0.0-alpha.29)
6+
7+
### Chores
8+
9+
* update OpenAPI spec and rebuild SDKs ([b99ad7e](https://github.com/replicate/replicate-python-stainless/commit/b99ad7e8f23184f60639ec1d22fd152530be17ca))
10+
* update OpenAPI spec and rebuild SDKs ([04731d3](https://github.com/replicate/replicate-python-stainless/commit/04731d39ca6c67d7f5f82fed42605189ece06786))
11+
* update OpenAPI spec and rebuild SDKs ([6e5778a](https://github.com/replicate/replicate-python-stainless/commit/6e5778ad1c1dba1688674e9c63067ddcd84544f6))
12+
313
## 2.0.0-alpha.28 (2025-10-07)
414

515
Full Changelog: [v2.0.0-alpha.27...v2.0.0-alpha.28](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.27...v2.0.0-alpha.28)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "replicate"
3-
version = "2.0.0-alpha.28"
3+
version = "2.0.0-alpha.29"
44
description = "The official Python library for the replicate API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/replicate/_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__ = "replicate"
4-
__version__ = "2.0.0-alpha.28" # x-release-please-version
4+
__version__ = "2.0.0-alpha.29" # x-release-please-version

0 commit comments

Comments
 (0)