Bump version to 4.3.2rc1

This commit is contained in:
Ivan Kravets
2020-04-26 19:46:33 +03:00
parent 31ca47837d
commit c215abb50c
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, 3, "2a4")
VERSION = (4, 3, "2rc1")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"

View File

@ -24,7 +24,7 @@ from platformio.proc import get_pythonexe_path
from platformio.project.config import ProjectConfig
CORE_PACKAGES = {
"contrib-piohome": ">=3.2.0-rc.1",
"contrib-piohome": ">=3.2.0-rc.2",
"contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor),
"tool-unity": "~1.20500.0",
"tool-scons": "~2.20501.7" if PY2 else "~3.30102.0",