Skip to content

Commit

Permalink
Bump version to v1.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed May 13, 2022
1 parent 5ba96c2 commit 1b01b9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.0.0](https://github.com/allenai/beaker-py/releases/tag/v1.0.0) - 2022-05-13

### Removed

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

0 comments on commit 1b01b9d

Please sign in to comment.