Skip to content

Commit

Permalink
(chore) bump version to v1.31.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Caroline Wu authored and Caroline Wu committed Aug 30, 2024
1 parent 893bf67 commit 78b7030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ use patch releases for compatibility fixes instead.

## Unreleased


- Increased Beaker.from_env() default timeout from 5s to 30s

## [v1.31.2](https://github.com/allenai/beaker-py/releases/tag/v1.31.2) - 2024-07-26

### Added

- Added `node_has_gpus` field to `Job`.

## [v1.31.1](https://github.com/allenai/beaker-py/releases/tag/v1.31.1) - 2024-07-14
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 = "31"
_PATCH = "2"
_PATCH = "3"
_SUFFIX = ""

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

0 comments on commit 78b7030

Please sign in to comment.