diff --git a/docs/source/user/setup.rst b/docs/source/user/setup.rst index e9f55b278..5760911bb 100644 --- a/docs/source/user/setup.rst +++ b/docs/source/user/setup.rst @@ -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-dev/wis2box-setup-dev.zip + wget https://github.com/wmo-im/wis2box/releases/download/1.0b7/wis2box-setup-dev.zip unzip wis2box-setup-dev.zip - cd wis2box-1.0b7-dev + cd wis2box-1.0b7 Create initial configuration files diff --git a/wis2box-management/Dockerfile b/wis2box-management/Dockerfile index 9b8bdc773..76baa8a38 100644 --- a/wis2box-management/Dockerfile +++ b/wis2box-management/Dockerfile @@ -34,13 +34,11 @@ RUN if [ "$WIS2BOX_PIP3_EXTRA_PACKAGES" = "None" ]; \ fi # install dependencies -# FIXME: csv2bufr/bufr2geojson: remove and install from requirements.txt once we have a stable release -# FIXME: pygeometa: remove and install from requirements.txt once we have a stable release RUN apt-get update -y && apt-get install -y ${DEBIAN_PACKAGES} \ # install wis2box data pipeline dependencies && pip3 install --no-cache-dir \ - https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.6.4.zip \ - https://github.com/geopython/pygeometa/archive/master.zip \ + https://github.com/wmo-cop/pyoscar/archive/refs/tags/0.7.0.zip \ + https://github.com/geopython/pygeometa/archive/0.16.0.zip \ https://github.com/wmo-im/pywis-topics/archive/refs/tags/0.2.0.zip \ # install shapely && pip3 install --no-cache-dir cython pygeos==0.13 \ diff --git a/wis2box-management/wis2box/__init__.py b/wis2box-management/wis2box/__init__.py index 705827a11..fa8a2f531 100644 --- a/wis2box-management/wis2box/__init__.py +++ b/wis2box-management/wis2box/__init__.py @@ -19,7 +19,7 @@ # ############################################################################### -__version__ = '1.0b7-dev' +__version__ = '1.0b7' import click