Skip to content

Commit 973936b

Browse files
chore: release 1.16.0
1 parent d709063 commit 973936b

4 files changed

Lines changed: 11 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.15.0"
2+
".": "1.16.0"
33
}

CHANGELOG.md

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

3+
## [1.16.0](https://github.com/runpod/flash/compare/v1.15.0...v1.16.0) (2026-04-28)
4+
5+
6+
### Features
7+
8+
* **build:** per-app python_version with cross-resource validation ([#322](https://github.com/runpod/flash/issues/322)) ([cd30c77](https://github.com/runpod/flash/commit/cd30c77cab5e04be23557c68a466efe5348f526f))
9+
* **e2e:** add CPU E2E test suite with provisioner and rolling release tests ([#326](https://github.com/runpod/flash/issues/326)) ([d709063](https://github.com/runpod/flash/commit/d709063c3405c4bdbcf5c170fd31fce37dbfc1c7))
10+
311
## [1.15.0](https://github.com/runpod/flash/compare/v1.14.0...v1.15.0) (2026-04-23)
412

513

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.15.0"
3+
version = "1.16.0"
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.15.0" # x-release-please-version
1+
__version__ = "1.16.0" # 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)