From d0b9b88571f01fb292d6a8b600aa8073be33222f Mon Sep 17 00:00:00 2001 From: Fritz Date: Tue, 13 Dec 2016 23:16:20 +0100 Subject: [PATCH] update doc for 0.5.1 --- docs/installation/index.txt | 6 +++--- domoweb/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation/index.txt b/docs/installation/index.txt index c0821cc1..3b3f9494 100644 --- a/docs/installation/index.txt +++ b/docs/installation/index.txt @@ -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 diff --git a/domoweb/__init__.py b/domoweb/__init__.py index 227ef5d3..cde94389 100644 --- a/domoweb/__init__.py +++ b/domoweb/__init__.py @@ -34,4 +34,4 @@ @organization: Domogik """ -__version__ = "0.6" +__version__ = "0.5.1"