Bump version to 4.1.0

This commit is contained in:
Ivan Kravets
2019-11-07 16:54:12 +02:00
parent 71168b1a5f
commit d043412e0f
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Release Notes
PlatformIO Core 4.0
-------------------
4.1.0 (2019-??-??)
4.1.0 (2019-11-07)
~~~~~~~~~~~~~~~~~~
* `PIO Check <http://docs.platformio.org/page/plus/pio-check.html>`__ automated code analysis without hassle:

2
docs

Submodule docs updated: 5ee192047c...28f91efb24

View File

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

View File

@ -24,7 +24,7 @@ from platformio.proc import copy_pythonpath_to_osenv, get_pythonexe_path
from platformio.project.config import ProjectConfig
CORE_PACKAGES = {
"contrib-piohome": ">=3.0.0-beta.5,<3.1.0",
"contrib-piohome": "~3.0.0",
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
"tool-pioplus": "^2.5.8",
"tool-unity": "~1.20403.0",