Skip to content

Commit

Permalink
Version bump to 1.5.0 (issues #175, #178, #183, #185, #189, #190, #191,
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 15, 2015
1 parent 5bc2cc6 commit 10a7e38
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
@@ -1,7 +1,7 @@
Release History
===============

1.5.0 (2015-05-??)
1.5.0 (2015-05-15)
------------------

* Added support of `Framework mbed <http://platformio.org/#!/frameworks/mbed>`_
Expand Down
2 changes: 1 addition & 1 deletion platformio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <[email protected]>
# See LICENSE for details.

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

__title__ = "platformio"
Expand Down

0 comments on commit 10a7e38

Please sign in to comment.