Skip to content

Commit

Permalink
(chore) bump version to v0.20.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Dec 15, 2023
1 parent ac071eb commit 455c796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

## [v0.20.0](https://github.com/allenai/beaker-gantry/releases/tag/v0.20.0) - 2023-12-15

### Changed

- When you try to launch an experiment through `gantry` with a `--name` that already exists on Beaker, `gantry` will now add a few random characters to the end of the name instead of throwing an error.
Expand Down
2 changes: 1 addition & 1 deletion gantry/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "19"
_MINOR = "20"
_PATCH = "0"
_SUFFIX = ""

Expand Down

0 comments on commit 455c796

Please sign in to comment.