We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bc4fa commit 7914296Copy full SHA for 7914296
HISTORY.rst
@@ -19,6 +19,9 @@ Unlock the true potential of embedded software development with
19
PlatformIO's collaborative ecosystem, embracing declarative principles,
20
test-driven methodologies, and modern toolchains for unrivaled success.
21
22
+6.1.19 (2025-??-??)
23
+~~~~~~~~~~~~~~~~~~~
24
+
25
6.1.18 (2025-03-11)
26
~~~~~~~~~~~~~~~~~~~
27
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, 18)
+VERSION = (6, 1, "19a1")
16
__version__ = ".".join([str(s) for s in VERSION])
17
18
__title__ = "platformio"
0 commit comments