Skip to content

Commit 9827ce7

Browse files
committed
update release version 1.0b8
1 parent 83ad2b5 commit 9827ce7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/user/setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ and download the .zip file from the Assets section.
1616

1717
.. code-block:: bash
1818
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
19+
wget https://github.com/wmo-im/wis2box/releases/download/1.0b8/wis2box-setup-1.0b8.zip
20+
unzip wis2box-setup-1.0b8.zip
21+
cd wis2box-1.0b8
2222
2323
2424
Create initial configuration files

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.0b7'
22+
__version__ = '1.0b8'
2323

2424
import click
2525

0 commit comments

Comments
 (0)