Skip to content

Commit 23c142d

Browse files
committed
Bump version to 6.1.18a1
1 parent a447022 commit 23c142d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Unlock the true potential of embedded software development with
1818
PlatformIO's collaborative ecosystem, embracing declarative principles,
1919
test-driven methodologies, and modern toolchains for unrivaled success.
2020

21+
6.1.18 (2025-??-??)
22+
~~~~~~~~~~~~~~~~~~~
23+
2124
6.1.17 (2025-02-13)
2225
~~~~~~~~~~~~~~~~~~~
2326

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, 17)
15+
VERSION = (6, 1, "18a1")
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)