Lines Matching refs:release
8 Major release ``v4`` is under active development, receiving new features and bugfixes, while ``v3``…
19 If your use case doesn't impose any constraints on ``esptool.py``, the latest release should be alw…
20 To see the latest available version and its release notes, visit the `release page on GitHub <https…
22 …sible version, simply define your dependency as ``esptool`` (without any release operator and a ve…
24 Use the latest bugfix release of a minor esptool release
30 …qual to ``v4.0.1``, but still in the ``v4.0.*`` version (this compatible release clause is approxi…
31 …re information about compatible release clauses `can be found here <https://peps.python.org/pep-04…
39 Use the previous major esptool release (only if you cannot upgrade)
42 If your use case is not compatible with the latest ``MAJOR`` release of ``esptool.py``, a previous …
45 Use a specific esptool release
48 If a very specific release is required, define your dependency as ``esptool==4.1.2``. This specific…