We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a447022 commit 23c142dCopy full SHA for 23c142d
HISTORY.rst
@@ -18,6 +18,9 @@ Unlock the true potential of embedded software development with
18
PlatformIO's collaborative ecosystem, embracing declarative principles,
19
test-driven methodologies, and modern toolchains for unrivaled success.
20
21
+6.1.18 (2025-??-??)
22
+~~~~~~~~~~~~~~~~~~~
23
+
24
6.1.17 (2025-02-13)
25
~~~~~~~~~~~~~~~~~~~
26
platformio/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION = (6, 1, 17)
+VERSION = (6, 1, "18a1")
16
__version__ = ".".join([str(s) for s in VERSION])
17
__title__ = "platformio"
0 commit comments