Skip to content

Commit d043412

Browse files
committed
Bump version to 4.1.0
1 parent 71168b1 commit d043412

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Release Notes
66
PlatformIO Core 4.0
77
-------------------
88

9-
4.1.0 (2019-??-??)
9+
4.1.0 (2019-11-07)
1010
~~~~~~~~~~~~~~~~~~
1111

1212
* `PIO Check <http://docs.platformio.org/page/plus/pio-check.html>`__ – automated code analysis without hassle:

docs

Submodule docs updated from 5ee1920 to 28f91ef

platformio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = (4, 1, "0rc9")
15+
VERSION = (4, 1, 0)
1616
__version__ = ".".join([str(s) for s in VERSION])
1717

1818
__title__ = "platformio"

platformio/managers/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from platformio.project.config import ProjectConfig
2525

2626
CORE_PACKAGES = {
27-
"contrib-piohome": ">=3.0.0-beta.5,<3.1.0",
27+
"contrib-piohome": "~3.0.0",
2828
"contrib-pysite": "~2.%d%d.0" % (sys.version_info[0], sys.version_info[1]),
2929
"tool-pioplus": "^2.5.8",
3030
"tool-unity": "~1.20403.0",

0 commit comments

Comments
 (0)