Skip to content

Commit e053a14

Browse files
committed
update release version 1.2.0
1 parent aa4a1b3 commit e053a14

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/user/setup.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Ensure that Docker, Docker Compose and Python are installed on the host, and tha
1111
Download
1212
--------
1313

14-
Download ``wis2box-setup-1.1.0.zip`` from the `wis2box release page`_ page and unzip using the following commands:
14+
Download ``wis2box-setup-1.2.0.zip`` from the `wis2box release page`_ page and unzip using the following commands:
1515

1616
.. code-block:: bash
1717
18-
wget https://github.com/World-Meteorological-Organization/wis2box-release/releases/download/1.1.0/wis2box-setup-1.1.0.zip
19-
unzip wis2box-setup-1.1.0.zip
18+
wget https://github.com/World-Meteorological-Organization/wis2box-release/releases/download/1.2.0/wis2box-setup-1.2.0.zip
19+
unzip wis2box-setup-1.2.0.zip
2020
cd wis2box
2121
2222
@@ -66,10 +66,10 @@ When running this command for the first time, you will see the following output:
6666
.. code-block:: bash
6767
6868
No docker-compose.images-*.yml files found, creating one
69-
Current version=Undefined, latest version=1.1.0
69+
Current version=Undefined, latest version=1.2.0
7070
Would you like to update ? (y/n/exit)
7171
72-
Select ``y`` and the the script will create the file ``docker-compose.images-1.1.0.yml`` file, download the required Docker images and start the services.
72+
Select ``y`` and the the script will create the file ``docker-compose.images-1.2.0.yml`` file, download the required Docker images and start the services.
7373

7474
Downloading the images may take some time depending on your internet connection speed. This step is only required the first time you start wis2box.
7575

@@ -178,6 +178,6 @@ Next steps
178178
The next step is to :ref:`configure datasets<setup-datasets>`.
179179

180180
.. _`MQTT Explorer`: https://mqtt-explorer.com
181-
.. _`wis2box release page`: https://github.com/World-Meteorological-Organization/wis2box-release/releases/tag/1.1.0
181+
.. _`wis2box release page`: https://github.com/World-Meteorological-Organization/wis2box-release/releases/tag/1.2.0
182182
.. _`nginx`: https://www.nginx.com
183183
.. _`mosquitto`: https://mosquitto.org

wis2box-management/wis2box/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
###############################################################################
2121

22-
__version__ = '1.1.0'
22+
__version__ = '1.2.0'
2323

2424
import click
2525

0 commit comments

Comments
 (0)