Skip to content

Commit

Permalink
(chore) bump version to v1.18.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 8, 2023
1 parent 51d0459 commit 4bce8df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use patch releases for compatibility fixes instead.

## Unreleased

## [v1.18.0](https://github.com/allenai/beaker-py/releases/tag/v1.18.0) - 2023-03-07

### Added

- Added missing `host_networking`, `replicas`, and `leader_selection` fields to `TaskSpec`.
Expand Down
4 changes: 2 additions & 2 deletions beaker/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "17"
_PATCH = "7"
_MINOR = "18"
_PATCH = "0"
_SUFFIX = ""

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

0 comments on commit 4bce8df

Please sign in to comment.