Skip to content

Commit 9800fb7

Browse files
committed
Bump version to 6.1.5
1 parent 3b66f42 commit 9800fb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PlatformIO Core 6
1313

1414
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
1515

16-
6.1.5 (2022-??-??)
16+
6.1.5 (2022-11-01)
1717
~~~~~~~~~~~~~~~~~~
1818

19-
* Added a new ``enable_proxy_strict_ssl`` setting to disable the proxy server certificate verification (`issue #4432 <https://github.com/platformio/platformio-core/issues/4432>`_)
19+
* Added a new `enable_proxy_strict_ssl <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>`__ setting to disable the proxy server certificate verification (`issue #4432 <https://github.com/platformio/platformio-core/issues/4432>`_)
2020
* Documented `PlatformIO Core Proxy Configuration <https://docs.platformio.org/en/latest/core/installation/proxy-configuration.html>`__
2121
* Speeded up device port finder by avoiding loading board HWIDs from development platforms
2222
* Improved caching of build metadata in debug mode

docs

Submodule docs updated from 52e8668 to f82e7f4

platformio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import sys
1616

17-
VERSION = (6, 1, "5rc1")
17+
VERSION = (6, 1, 5)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio"

0 commit comments

Comments
 (0)