Skip to content

Commit

Permalink
Version bump to 2.3.4 (issues #132, #279, #290, #302, #305, #306)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 13, 2015
1 parent c07e957 commit b7d2619
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 @@ -4,7 +4,7 @@ Release History
PlatformIO 2.0
--------------

2.3.4 (2015-10-??)
2.3.4 (2015-10-13)
~~~~~~~~~~~~~~~~~~

* Full support of `CLion IDE <http://docs.platformio.org/en/latest/ide/clion.html>`_
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 <me@ikravets.com>
# See LICENSE for details.

VERSION = (2, 3, "4.dev3")
VERSION = (2, 3, 4)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit b7d2619

Please sign in to comment.