We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bfa86 commit 73d5633Copy full SHA for 73d5633
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v1.1.0](https://github.com/allenai/tango/releases/tag/v1.1.0) - 2022-12-01
11
+
12
### Added
13
14
- Added `gpu_type` field to `StepResources`. The `BeakerExecutor` can use this to determine which clusters to a submit a step to.
tango/version.py
@@ -1,6 +1,6 @@
1
_MAJOR = "1"
2
-_MINOR = "0"
3
-_PATCH = "2"
+_MINOR = "1"
+_PATCH = "0"
4
# This is mainly for pre-releases which have the suffix "rc[0-9]+".
5
_SUFFIX = ""
6
0 commit comments