Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ruys committed Oct 8, 2018
1 parent e908739 commit 51abedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gw2pvo is a command line tool to upload solar data from a GoodWe power inverter

You need to have Python 3 and pip installed. Then:

pip install https://github.com/markruys/gw2pvo/releases/download/1.2.0/gw2pvo-1.2.0.tar.gz
pip install https://github.com/markruys/gw2pvo/releases/download/1.2.1/gw2pvo-1.2.1.tar.gz

Next determine the Station ID from the GoodWe site as follows. Open the [Sems Portal](https://www.semsportal.com). The Plant Status will reveal the Station ID in the URL. Example:

Expand Down
2 changes: 1 addition & 1 deletion gw2pvo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

__all__ = [ 'gw_api', 'gw_csv', 'pvo_api' ]

0 comments on commit 51abedc

Please sign in to comment.