Skip to content

Commit

Permalink
update release version 1.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 24, 2023
1 parent f95e6cb commit 4c3d8cc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![Tests](https://github.com/wmo-im/wis2box/workflows/tests%20%E2%9A%99%EF%B8%8F/badge.svg)](https://github.com/wmo-im/wis2box/actions/workflows/tests-docker.yml)
[![Docs](https://readthedocs.org/projects/wis2box/badge)](https://docs.wis2box.wis.wmo.int)

## WIS 2.0 in a box
## WIS2 in a box

WIS 2.0 in a box provides a platform with the capabilities for centres to
WIS2 in a box provides a platform with the capabilities for centres to
integrate their data holdings and publish them to the WMO Information System
with a plug and play capability supporting data publishing, discovery
and access.
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:

wis2box-ui:
container_name: wis2box-ui
image: ghcr.io/wmo-im/wis2box-ui:latest
image: ghcr.io/wmo-im/wis2box-ui:0.5.2
env_file:
- default.env
- dev.env
Expand All @@ -22,7 +22,7 @@ services:

wis2box-api:
container_name: wis2box-api
image: ghcr.io/wmo-im/wis2box-api:latest
image: ghcr.io/wmo-im/wis2box-api:0.5.1
env_file:
- default.env
- dev.env
Expand Down
2 changes: 0 additions & 2 deletions mqtt_metrics_collector/mqtt_metrics_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
# de-register default-collectors
from prometheus_client import REGISTRY, PROCESS_COLLECTOR, PLATFORM_COLLECTOR

__version__ = '0.6.dev1'

REGISTRY.unregister(PROCESS_COLLECTOR)
REGISTRY.unregister(PLATFORM_COLLECTOR)

Expand Down
4 changes: 2 additions & 2 deletions wis2box-management/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN apt-get update -y \
&& apt-get install -y -t bookworm libeccodes-data \
&& apt-get install -y ${DEBIAN_PACKAGES} \
# install wis2box data pipeline dependencies
&& pip3 install --no-cache-dir https://github.com/wmo-im/csv2bufr/archive/master.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/bufr2geojson/archive/refs/tags/v0.4.1.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/csv2bufr/archive/refs/tags/v0.4.0.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/bufr2geojson/archive/refs/tags/v0.4.2.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/pymetdecoder/archive/master.zip \
&& pip3 install --no-cache-dir https://github.com/wmo-im/synop2bufr/archive/main.zip \
# install geopython tooling
Expand Down
2 changes: 1 addition & 1 deletion wis2box-management/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_package_version():
'wis 2.0'
]

DESCRIPTION = ('WIS 2.0 in a box provides a platform with the '
DESCRIPTION = ('WIS2 in a box provides a platform with the '
'capabilities for centres to integrate their data holdings '
'and publish them to the WMO Information System with a plug '
'and play capability supporting data publishing, discovery and '
Expand Down
4 changes: 2 additions & 2 deletions wis2box-management/wis2box/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

__version__ = '0.6.dev1'
__version__ = '1.0.beta1'

import click

Expand All @@ -34,7 +34,7 @@
@click.group()
@click.version_option(version=__version__)
def cli():
"""WIS 2.0 in a box"""
"""WIS2 in a box"""
pass


Expand Down

0 comments on commit 4c3d8cc

Please sign in to comment.