Skip to content

Commit 2b5f6cf

Browse files
chore(main): release 1.4.3 (#91)
Co-authored-by: runpod-workers-release-please-bot[bot] <237328975+runpod-workers-release-please-bot[bot]@users.noreply.github.com>
1 parent f4ebebb commit 2b5f6cf

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.4.2"
2+
".": "1.4.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.4.3](https://github.com/runpod-workers/flash/compare/v1.4.2...v1.4.3) (2026-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** bump runpod-flash 1.13.0 -&gt; 1.14.0 ([#90](https://github.com/runpod-workers/flash/issues/90)) ([f4ebebb](https://github.com/runpod-workers/flash/commit/f4ebebbdb5899ed0fadb94beba82c10b9b03a933))
9+
310
## [1.4.2](https://github.com/runpod-workers/flash/compare/v1.4.1...v1.4.2) (2026-04-15)
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 = "worker-flash"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "Dynamic GPU provisioning for ML workloads with transparent execution"
55
readme = "README.md"
66
requires-python = ">=3.10,<3.14"

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import platform
44
from importlib.metadata import PackageNotFoundError, version
55

6-
__version__ = "1.4.2" # x-release-please-version
6+
__version__ = "1.4.3" # x-release-please-version
77

88

99
def _get_version(package_name: str) -> str:

0 commit comments

Comments
 (0)