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 2ec5a31 commit e594067Copy full SHA for e594067
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.16 (2024-??-??)
22
+~~~~~~~~~~~~~~~~~~~
23
+
24
6.1.15 (2024-04-25)
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, 15)
+VERSION = (6, 1, "16a1")
16
__version__ = ".".join([str(s) for s in VERSION])
17
__title__ = "platformio"
0 commit comments