From 46df4538de665b4081744122b08fe2644629ae45 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 14 Dec 2023 14:18:49 -0500 Subject: [PATCH] update release version 1.0b6 --- docs/source/user/setup.rst | 8 ++++---- wis2box-management/wis2box/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/user/setup.rst b/docs/source/user/setup.rst index 955e0d45..d8c35e7f 100644 --- a/docs/source/user/setup.rst +++ b/docs/source/user/setup.rst @@ -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 diff --git a/wis2box-management/wis2box/__init__.py b/wis2box-management/wis2box/__init__.py index 1626c518..28d72b1b 100644 --- a/wis2box-management/wis2box/__init__.py +++ b/wis2box-management/wis2box/__init__.py @@ -19,7 +19,7 @@ # ############################################################################### -__version__ = '1.0b5' +__version__ = '1.0b6' import click