File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11PlatformIO 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1414
1515import 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"
You can’t perform that action at this time.
0 commit comments