Skip to content

Commit 93bc4fa

Browse files
committed
Merge tag 'v6.1.18' into develop
Bump version to 6.1.18
2 parents f93d3d5 + 1aa256d commit 93bc4fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unlock the true potential of embedded software development with
1919
PlatformIO's collaborative ecosystem, embracing declarative principles,
2020
test-driven methodologies, and modern toolchains for unrivaled success.
2121

22-
6.1.18 (2025-??-??)
22+
6.1.18 (2025-03-11)
2323
~~~~~~~~~~~~~~~~~~~
2424

2525
* Resolved a regression issue that prevented |PIOHOME| from opening external links (`issue #5084 <https://github.com/platformio/platformio-core/issues/5084>`_)

docs

Submodule docs updated from 43f546e to 70ab7ee

platformio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = (6, 1, "18a1")
15+
VERSION = (6, 1, 18)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)