Skip to content

Commit

Permalink
update release version 1.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Dec 14, 2023
1 parent 3cbbd92 commit 46df453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/source/user/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Download
--------

Download the wis2box setup files from the `wis2box Releases`_ page. Go to the latest release
and download the ``wis2box-setup-1.0b5.zip`` file from the Assets section.
and download the ``wis2box-setup-1.0b6.zip`` file from the Assets section.

.. code-block:: bash
wget https://github.com/wmo-im/wis2box/releases/download/1.0b5/wis2box-setup-1.0b5.zip
unzip wis2box-setup-1.0b5.zip
cd wis2box-1.0b5
wget https://github.com/wmo-im/wis2box/releases/download/1.0b6/wis2box-setup-1.0b6.zip
unzip wis2box-setup-1.0b6.zip
cd wis2box-1.0b6
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.0b5'
__version__ = '1.0b6'

import click

Expand Down

0 comments on commit 46df453

Please sign in to comment.