From 9068fe3c602d4c139e879e6e08702953050bc77f Mon Sep 17 00:00:00 2001 From: "c.winger" Date: Tue, 18 Jun 2024 17:18:52 +0200 Subject: [PATCH 1/2] debug --- .streamlit/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index ea096d0c..3f6767f4 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -9,7 +9,7 @@ toolbarMode = "minimal" [logger] - level="INFO" + level="DEBUG" [browser] gatherUsageStats = false From 79e29158a39586e5f4f3df6a611042dc099b6ca2 Mon Sep 17 00:00:00 2001 From: "c.winger" Date: Tue, 18 Jun 2024 17:18:59 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/publish.yaml | 2 +- Dockerfile | 2 +- README.md | 2 +- ptxboa_streamlit.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d46b127..95466c02 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 62e23ff8..9ea8530b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,4 +23,4 @@ jobs: uses: docker/build-push-action@v5 with: push: true - tags: wingechr/ptx-boa:0.8.1 + tags: wingechr/ptx-boa:0.8.2 diff --git a/Dockerfile b/Dockerfile index e392bb4e..75ff1938 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.10-slim -LABEL version="0.8.1" +LABEL version="0.8.2" RUN apt-get update RUN apt-get install -y git diff --git a/README.md b/README.md index 9e2fb314..4de70ecd 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ scp -r ptxboa2:ptx-boa_offline_optimization/optimization_cache/* . # connect to server ssh ptxboa # pull latest image from dockerhub -VERSION=0.8.1 +VERSION=0.8.2 docker pull wingechr/ptx-boa:$VERSION # stop and delete the currently running container "app" docker stop app diff --git a/ptxboa_streamlit.py b/ptxboa_streamlit.py index 26820c1c..0989a078 100644 --- a/ptxboa_streamlit.py +++ b/ptxboa_streamlit.py @@ -6,7 +6,7 @@ >>> streamlit run ptxboa_streamlit.py """ -__version__ = "0.8.1" +__version__ = "0.8.2" import logging