Skip to content

Commit

Permalink
(chore) bump version to v1.26.15 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed May 30, 2024
1 parent ba8ce1d commit 699fa36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ use patch releases for compatibility fixes instead.

## Unreleased

## [v1.26.15](https://github.com/allenai/beaker-py/releases/tag/v1.26.15) - 2024-05-30

### Fixed

- Fixed another bug with identifying preemptible jobs in `Beaker.cluster.utilization`.

## [v1.26.14](https://github.com/allenai/beaker-py/releases/tag/v1.26.14) - 2024-05-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion beaker/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "26"
_PATCH = "14"
_PATCH = "15"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit 699fa36

Please sign in to comment.