Skip to content

Commit f8f24ea

Browse files
committed
Merge tag 'v6.1.19' into develop
Bump version to 6.1.19
2 parents 603c515 + 15b8859 commit f8f24ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
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.19 (2026-??-??)
22+
6.1.19 (2026-02-04)
2323
~~~~~~~~~~~~~~~~~~~
2424

2525
* Added support for Python 3.14

docs

platformio/__init__.py

Lines changed: 1 addition & 1 deletion
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, "19rc1")
15+
VERSION = (6, 1, 19)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)