Skip to content

Commit 6414e1d

Browse files
committed
Bump version to 4.3.0
1 parent a55f04d commit 6414e1d

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
@@ -6,7 +6,7 @@ Release Notes
66
PlatformIO Core 4
77
-----------------
88

9-
4.3.0 (2020-??-??)
9+
4.3.0 (2020-03-19)
1010
~~~~~~~~~~~~~~~~~~
1111

1212
* Initial support for an official `PlatformIO for CLion IDE <https://docs.platformio.org/page/integration/ide/clion.html>`__ plugin:

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 = (4, 3, "0rc1")
15+
VERSION = (4, 3, 0)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)