Skip to content

Commit

Permalink
update release version 1.0b8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 25, 2024
1 parent 83ad2b5 commit 9827ce7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ and download the .zip file from the Assets section.

.. code-block:: bash
wget https://github.com/wmo-im/wis2box/releases/download/1.0b7/wis2box-setup-1.0b7.zip
unzip wis2box-setup-1.0b7.zip
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
Create initial configuration files
Expand Down
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

__version__ = '1.0b7'
__version__ = '1.0b8'

import click

Expand Down

0 comments on commit 9827ce7

Please sign in to comment.