Skip to content

Commit

Permalink
Version bump to 1.1.0 (issues #102 #103 #106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 5, 2015
1 parent e0f2bcd commit 7de9109
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.1.0 (2015-03-??)
1.1.0 (2015-03-05)
------------------

* Implemented ``PLATFORMIO_*`` environment variables
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, 1, "0.dev0")
VERSION = (1, 1, 0)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit 7de9109

Please sign in to comment.