Skip to content

Commit

Permalink
Preparation for v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 1, 2014
1 parent ba00ee2 commit 2bc68df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Release History
===============

0.9.0 (?)
---------
0.9.0 (2014-12-01)
------------------

* Implemented `platformio settings <http://docs.platformio.ikravets.com/en/latest/userguide/cmd_settings.html>`_ command
* Improved `platformio init <http://docs.platformio.ikravets.com/en/latest/userguide/cmd_init.html>`_ command.
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 = (0, 9, "0-dev")
VERSION = (0, 9, 0)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit 2bc68df

Please sign in to comment.