Skip to content

Commit

Permalink
Bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 22, 2019
1 parent 0e56a15 commit 37863df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Release Notes
PlatformIO 4.0
--------------

4.0.1 (2019-??-??)
4.0.1 (2019-08-22)
~~~~~~~~~~~~~~~~~~

* Print `debug tool <http://docs.platformio.org/page/plus/debugging.html#tools-debug-probes>`__ name for the active debugging session
Expand Down
2 changes: 1 addition & 1 deletion platformio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = (4, 0, "1rc2")
VERSION = (4, 0, 1)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit 37863df

Please sign in to comment.