Skip to content

Commit 73d5633

Browse files
committed
Prepare for release v1.1.0
1 parent 73bfa86 commit 73d5633

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v1.1.0](https://github.com/allenai/tango/releases/tag/v1.1.0) - 2022-12-01
11+
1012
### Added
1113

1214
- Added `gpu_type` field to `StepResources`. The `BeakerExecutor` can use this to determine which clusters to a submit a step to.

tango/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "1"
2-
_MINOR = "0"
3-
_PATCH = "2"
2+
_MINOR = "1"
3+
_PATCH = "0"
44
# This is mainly for pre-releases which have the suffix "rc[0-9]+".
55
_SUFFIX = ""
66

0 commit comments

Comments
 (0)