Skip to content

Commit

Permalink
(chore) bump version to v1.21.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 8, 2023
1 parent 2d08872 commit 53ff02e
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.21.0](https://github.com/allenai/beaker-py/releases/tag/v1.21.0) - 2023-09-08

### Added

- Added `.priority` convenience property to `Job` data model class.
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 = "20"
_PATCH = "1"
_MINOR = "21"
_PATCH = "0"
_SUFFIX = ""

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

0 comments on commit 53ff02e

Please sign in to comment.