We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ad2b5 commit 9827ce7Copy full SHA for 9827ce7
docs/source/user/setup.rst
@@ -16,9 +16,9 @@ and download the .zip file from the Assets section.
16
17
.. code-block:: bash
18
19
- wget https://github.com/wmo-im/wis2box/releases/download/1.0b7/wis2box-setup-1.0b7.zip
20
- unzip wis2box-setup-1.0b7.zip
21
- cd wis2box-1.0b7
+ wget https://github.com/wmo-im/wis2box/releases/download/1.0b8/wis2box-setup-1.0b8.zip
+ unzip wis2box-setup-1.0b8.zip
+ cd wis2box-1.0b8
22
23
24
Create initial configuration files
wis2box-management/wis2box/__init__.py
@@ -19,7 +19,7 @@
#
###############################################################################
-__version__ = '1.0b7'
+__version__ = '1.0b8'
import click
25
0 commit comments