Skip to content

Commit

Permalink
update apiLevel substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
ecormany committed Nov 30, 2023
1 parent 007728e commit e5ca5da
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.15
.. |apiLevel| replace:: 2.16
.. |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 @@ If you upload a protocol that specifies a higher API level than the maximum supp

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

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


Expand Down

0 comments on commit e5ca5da

Please sign in to comment.