Merge tag 'v4.0.3' into develop

Bump version to 4.0.3
This commit is contained in:
Ivan Kravets
2019-08-30 15:41:59 +03:00
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Release Notes
PlatformIO 4.0 PlatformIO 4.0
-------------- --------------
4.0.3 (2019-??-??) 4.0.3 (2019-08-30)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* Added support for multi-environment PlatformIO project for `CLion IDE <http://docs.platformio.org/page/ide/clion.html>`__ (`issue #2824 <https://github.com/platformio/platformio-core/issues/2824>`_) * Added support for multi-environment PlatformIO project for `CLion IDE <http://docs.platformio.org/page/ide/clion.html>`__ (`issue #2824 <https://github.com/platformio/platformio-core/issues/2824>`_)

2
docs

Submodule docs updated: 771f77b155...704ff85c7d

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
VERSION = (4, 0, "3rc1") VERSION = (4, 0, 3)
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"

View File

@ -23,7 +23,7 @@ install_requires = [
"colorama", "colorama",
"pyserial>=3,<4,!=3.3", "pyserial>=3,<4,!=3.3",
"requests>=2.4.0,<3", "requests>=2.4.0,<3",
"semantic_version>=2.8.0,<3", "semantic_version>=2.8.1,<3",
"tabulate>=0.8.3,<1" "tabulate>=0.8.3,<1"
] ]