Commit 9bbcc02
authored
chore(api): bump Python API version to 2.18 and tag new trash container methods (#14610)
# Overview
It's time for Python API version 2.18! Trash container `top()` methods
are the first features included in this version-in-progress.
# Test Plan
-
[sandbox](http://sandbox.docs.opentrons.com/papi-2.18-in-edge-time/v2/new_protocol_api.html#opentrons.protocol_api.TrashBin)
- automated tests
# Changelog
- bump max supported version
- decorate trash container top methods
- hide those methods from API reference, for now. they will be _shown_
in #14593 and the 2.18 docs feature branch.
# Review requests
sensible? correct? well-timed?
# Risk assessment
v low. this version bump was coming sooner or later and shouldn't affect
anything up through 2.17.1 parent a8d78a3 commit 9bbcc02
File tree
3 files changed
+4
-3
lines changed- api
- docs/v2
- src/opentrons
- protocol_api
- protocols/api_support
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | | - | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| 179 | + | |
177 | 180 | | |
178 | 181 | | |
179 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments