Bump version to 4.1.0rc3

This commit is contained in:
Ivan Kravets
2019-10-31 00:43:44 +02:00
parent 6d69c25a2f
commit cd6137bdb0
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (4, 1, "0rc2")
VERSION = (4, 1, "0rc3")
__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.2,<4",
"contrib-piohome": ">=3.0.0-beta.3,<4",
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
"tool-pioplus": "^2.5.8",
"tool-unity": "~1.20403.0",