Skip to content

Commit

Permalink
Bump version to v1.5.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Jun 16, 2022
1 parent 6e38e46 commit d4cc5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v1.5.0](https://github.com/allenai/beaker-py/releases/tag/v1.5.0) - 2022-06-16

### Added

- Added `since` parameter to `Beaker.job.logs()` and `Beaker.experiment.logs()`.
Expand Down
8 changes: 2 additions & 6 deletions beaker/version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
_MAJOR = "1"
_MINOR = "4"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "2"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_MINOR = "5"
_PATCH = "0"
_SUFFIX = ""

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

0 comments on commit d4cc5ef

Please sign in to comment.