Skip to content

Commit

Permalink
Prepare for release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Dec 1, 2022
1 parent 73bfa86 commit 73d5633
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.1.0](https://github.com/allenai/tango/releases/tag/v1.1.0) - 2022-12-01

### Added

- Added `gpu_type` field to `StepResources`. The `BeakerExecutor` can use this to determine which clusters to a submit a step to.
Expand Down
4 changes: 2 additions & 2 deletions tango/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "0"
_PATCH = "2"
_MINOR = "1"
_PATCH = "0"
# This is mainly for pre-releases which have the suffix "rc[0-9]+".
_SUFFIX = ""

Expand Down

0 comments on commit 73d5633

Please sign in to comment.