Skip to content

Commit

Permalink
Version bump to 1.3.0 (issues #127 #128 #130 #131 #133 #136 #137 #138 #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 27, 2015
1 parent 40d95ac commit 5a0d57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Release History
===============

1.3.0 (2015-??-??)
1.3.0 (2015-03-27)
------------------

* Moved PlatformIO source code and repositories from Ivan Kravets's account
to `PlatformIO Organisation <https://github.com/platformio>`_
* Moved PlatformIO source code and repositories from `Ivan Kravets <https://github.com/ivankravets>`_
account to `PlatformIO Organisation <https://github.com/platformio>`_
(`issue #138 <https://github.com/platformio/platformio/issues/138>`_)
* Added support for new Arduino based boards by *SparkFun, RepRap, Sanguino* to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
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, 3, "0.dev1")
VERSION = (1, 3, 0)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit 5a0d57f

Please sign in to comment.