Skip to content

Commit 575940b

Browse files
chore: release 1.11.3
1 parent 1f8b7d6 commit 575940b

4 files changed

Lines changed: 14 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.11.2"
2+
".": "1.11.3"
33
}

CHANGELOG.md

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

3+
## [1.11.3](https://github.com/runpod/flash/compare/v1.11.2...v1.11.3) (2026-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* CE-1414 rely on flashBootType instead of -fb ([#297](https://github.com/runpod/flash/issues/297)) ([1f8b7d6](https://github.com/runpod/flash/commit/1f8b7d6f3a25034a6aedb258275ec38c59d2c206))
9+
* **execute_class:** add async lock to prevent double deploy ([#274](https://github.com/runpod/flash/issues/274)) ([4ef36c8](https://github.com/runpod/flash/commit/4ef36c889ea4865db51fe37a5677ec9614feb445))
10+
* **serverless:** use executionTimeoutMs as runsync client timeout ([#272](https://github.com/runpod/flash/issues/272)) ([49451d4](https://github.com/runpod/flash/commit/49451d475243cd7cab4182b65942e168d177ea0a))
11+
* **stubs:** handle None return from void [@remote](https://github.com/remote) functions ([#273](https://github.com/runpod/flash/issues/273)) ([65aa1c9](https://github.com/runpod/flash/commit/65aa1c9827742b1f3dc9a4b81fdea35126808f75))
12+
* update skeleton template python version ([#298](https://github.com/runpod/flash/issues/298)) ([633f708](https://github.com/runpod/flash/commit/633f7086e935ff42be4c1e7adb1ce519e11e8098))
13+
314
## [1.11.2](https://github.com/runpod/flash/compare/v1.11.1...v1.11.2) (2026-03-28)
415

516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runpod-flash"
3-
version = "1.11.2"
3+
version = "1.11.3"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [{ name = "Runpod", email = "engineer@runpod.io" }]
66
readme = "README.md"

src/runpod_flash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.11.2" # x-release-please-version
1+
__version__ = "1.11.3" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
# usecwd=True walks up from CWD (user's project) instead of from the

0 commit comments

Comments
 (0)