Skip to content

Commit

Permalink
(chore) bump version to v1.10.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 21, 2024
1 parent 9bd20c2 commit 04e19be
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v1.10.0](https://github.com/allenai/beaker-gantry/releases/tag/v1.10.0) - 2024-11-21

### Added

- Added `--ref` command-line argument to `gantry run` for overriding the target git ref (commit/branch/tag) to use.
Expand Down
4 changes: 2 additions & 2 deletions gantry/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "9"
_PATCH = "1"
_MINOR = "10"
_PATCH = "0"
_SUFFIX = ""

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

0 comments on commit 04e19be

Please sign in to comment.