Skip to content

Commit

Permalink
chore: current version numbers in Python API docs (#14604)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
ecormany authored Mar 6, 2024
1 parent c408cab commit d6d9416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/docs/v2/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# use rst_prolog to hold the subsitution
# update the apiLevel value whenever a new minor version is released
rst_prolog = f"""
.. |apiLevel| replace:: 2.16
.. |apiLevel| replace:: 2.17
.. |release| replace:: {release}
"""

Expand Down
2 changes: 1 addition & 1 deletion api/docs/v2/versioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The maximum supported API version for your robot is listed in the Opentrons App

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.

Opentrons robots running the latest software (7.1.0) support the following version ranges:
Opentrons robots running the latest software (7.2.0) support the following version ranges:

* **Flex:** version 2.15–|apiLevel|.
* **OT-2:** versions 2.0–|apiLevel|.
Expand Down

0 comments on commit d6d9416

Please sign in to comment.