Skip to content

Commit 96793d8

Browse files
committed
Bump version to 0.3.1b2
1 parent 727e820 commit 96793d8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
PlatformIO Core Installer
22
=========================
33

4-
.. image:: https://travis-ci.org/platformio/platformio-core-installer.svg?branch=develop
5-
:target: https://travis-ci.org/platformio/platformio-core-installer
6-
:alt: Travis.CI Build Status
7-
.. image:: https://ci.appveyor.com/api/projects/status/2crg7e2oxutmk07r/branch/develop?svg=true
8-
:target: https://ci.appveyor.com/project/ivankravets/platformio-core-installer
9-
:alt: AppVeyor.CI Build Status
4+
5+
.. image:: https://github.com/platformio/platformio-core-installer/workflows/CI/badge.svg
6+
:target: https://docs.platformio.org/en/latest/core/installation.html
7+
:alt: CI Build
108
.. image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg
119
:target: https://pypi.python.org/pypi/platformio/
1210
:alt: License

get-platformio.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pioinstaller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import logging.config
1616

17-
VERSION = (0, 3, "1b1")
17+
VERSION = (0, 3, "1b2")
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio-installer"

0 commit comments

Comments
 (0)