Skip to content

Commit fc68e03

Browse files
chore: release 1.4.2 (#228)
Co-authored-by: runpod-release-please-bot[bot] <228772213+runpod-release-please-bot[bot]@users.noreply.github.com>
1 parent 8f883ee commit fc68e03

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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-
".": "1.4.1"
2+
".": "1.4.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.4.2](https://github.com/runpod/flash/compare/v1.4.1...v1.4.2) (2026-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* always bundle runpod-flash in flash build + versioning report ([#227](https://github.com/runpod/flash/issues/227)) ([8f883ee](https://github.com/runpod/flash/commit/8f883ee7864a4b075e8ceb91e7753927f3c8abf5))
9+
310
## [1.4.1](https://github.com/runpod/flash/compare/v1.4.0...v1.4.1) (2026-02-26)
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 = "runpod-flash"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "A Python library for distributed inference and serving of machine learning models"
55
authors = [
66
{ name = "Runpod", email = "engineer@runpod.io" },

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.4.1" # x-release-please-version
1+
__version__ = "1.4.2" # x-release-please-version
22

33
# Load .env vars from file before everything else
44
from dotenv import load_dotenv

0 commit comments

Comments
 (0)