Skip to content

Commit b7b9ee5

Browse files
committed
Bump version to 4.3.1
1 parent 97a0cbd commit b7b9ee5

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.1 (2020-??-??)
9+
4.3.1 (2020-03-20)
1010
~~~~~~~~~~~~~~~~~~
1111

1212
* Fixed a SyntaxError "'return' with argument inside generator" for PIO Unified Debugger when Python 2.7 is used

docs

Submodule docs updated from 57d8b75 to d97117e

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

1818
__title__ = "platformio"

0 commit comments

Comments
 (0)