Skip to content

Commit d6d9416

Browse files
authored
chore: current version numbers in Python API docs (#14604)
# Overview Well, we deliberately [changed our setup](#13991) so we'd err on the side of caution and have to update the `|apiLevel|` substitution value manually. So naturally, I erred and forgot to bump it to 2.17 before publishing `[email protected]`. This fixes that and a mention of the latest robot system version. # Test Plan [box of sand](http://sandbox.docs.opentrons.com/docs-go-to-2.17-for-real/v2/versioning.html#maximum-supported-versions) # Changelog 🆙 # Review requests While we're at it, do we want to validate the tutorial scripts against 2.17 and bump all those numbers as well? Or happy to leave them on 2.16 for the time being? # Risk assessment zippo
1 parent c408cab commit d6d9416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/docs/v2/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# use rst_prolog to hold the subsitution
100100
# update the apiLevel value whenever a new minor version is released
101101
rst_prolog = f"""
102-
.. |apiLevel| replace:: 2.16
102+
.. |apiLevel| replace:: 2.17
103103
.. |release| replace:: {release}
104104
"""
105105

api/docs/v2/versioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The maximum supported API version for your robot is listed in the Opentrons App
6868

6969
If you upload a protocol that specifies a higher API level than the maximum supported, your robot won't be able to analyze or run your protocol. You can increase the maximum supported version by updating your robot software and Opentrons App.
7070

71-
Opentrons robots running the latest software (7.1.0) support the following version ranges:
71+
Opentrons robots running the latest software (7.2.0) support the following version ranges:
7272

7373
* **Flex:** version 2.15–|apiLevel|.
7474
* **OT-2:** versions 2.0–|apiLevel|.

0 commit comments

Comments
 (0)