Skip to content

Commit 205b295

Browse files
committed
Merge tag 'v6.1.8' into develop
Bump version to 6.1.8
2 parents a3e66d6 + bbcd92b commit 205b295

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
@@ -15,7 +15,7 @@ PlatformIO Core 6
1515

1616
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
1717

18-
6.1.8 (2023-??-??)
18+
6.1.8 (2023-07-05)
1919
~~~~~~~~~~~~~~~~~~
2020

2121
* Added a new ``--lint`` option to the `pio project config <https://docs.platformio.org/en/latest/core/userguide/project/cmd_config.html>`__ command, enabling users to efficiently perform linting on the |PIOCONF|

docs

Submodule docs updated from daa389f to 3f462c9

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

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)