Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion get-platformio.py

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions pioinstaller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2014-present PlatformIO <[email protected]>
# Copyright (c) 2024-present pioarduino
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,10 +15,10 @@

import logging.config

__version__ = "1.3.0"
__version__ = "1.4.0"

__title__ = "pioarduino-installer"
__description__ = "An installer for PlatformIO pioarduino Core"
__description__ = "An installer for pioarduino Core"

__url__ = "https://github.com/pioarduino/pioarduino-core-installer"

Expand All @@ -26,7 +27,7 @@


__license__ = "Apache-2.0"
__copyright__ = "Copyright 2014-present PlatformIO and pioarduino"
__copyright__ = "Copyright 2014-present PlatformIO and 2024-present pioarduino"


logging.basicConfig(format="%(levelname)s: %(message)s")
Expand Down
Loading