Skip to content

Commit 700c705

Browse files
committed
Bump version to 6.1.13
1 parent 17ba919 commit 700c705

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Unlock the true potential of embedded software development with
1717
PlatformIO's collaborative ecosystem, embracing declarative principles,
1818
test-driven methodologies, and modern toolchains for unrivaled success.
1919

20-
6.1.13 (2024-??-??)
20+
6.1.13 (2024-01-12)
2121
~~~~~~~~~~~~~~~~~~~
2222

2323
* Expanded support for SCons variables declared in the legacy format ``${SCONS_VARNAME}`` (`issue #4828 <https://github.com/platformio/platformio-core/issues/4828>`_)

docs

Submodule docs updated from c3657d6 to 3f02152

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

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)