Skip to content

Commit

Permalink
update doc for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-smh committed Dec 13, 2016
1 parent 1b6a031 commit d0b9b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/installation/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Download Domoweb :
.. code-block:: bash

$ cd /opt/dmg
$ wget --content-disposition https://github.com/domogik/domoweb/archive/0.5.0.tar.gz
$ tar xvzf domoweb-0.5.0.tar.gz
$ ln -s domoweb-0.5.0 domoweb
$ wget --content-disposition https://github.com/domogik/domoweb/archive/0.5.1.tar.gz
$ tar xvzf domoweb-0.5.1.tar.gz
$ ln -s domoweb-0.5.1 domoweb
$ cd domoweb

Launch the installation script
Expand Down
2 changes: 1 addition & 1 deletion domoweb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
@organization: Domogik
"""

__version__ = "0.6"
__version__ = "0.5.1"

0 comments on commit d0b9b88

Please sign in to comment.