Bump version to 6.1.17

This commit is contained in:
Ivan Kravets
2025-02-13 13:08:31 +02:00
parent a71443a2ee
commit 4c697d9032
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Unlock the true potential of embedded software development with
PlatformIO's collaborative ecosystem, embracing declarative principles,
test-driven methodologies, and modern toolchains for unrivaled success.
6.1.17 (2024-??-??)
6.1.17 (2025-02-13)
~~~~~~~~~~~~~~~~~~~
* Introduced the `PLATFORMIO_RUN_JOBS <https://docs.platformio.org/en/latest/envvars.html#envvar-PLATFORMIO_RUN_JOBS>`__ environment variable, allowing manual override of the number of parallel build jobs (`issue #5077 <https://github.com/platformio/platformio-core/issues/5077>`_)

2
docs

Submodule docs updated: 0417bcf453...f44574013b

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (6, 1, "17rc1")
VERSION = (6, 1, 17)
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"