From d4d4b25faa7d8b6dffa1f51130213729a11b1f10 Mon Sep 17 00:00:00 2001 From: wkoot <3715211+wkoot@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:56:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.14.0-rc.3=20=E2=86=92=205.1?= =?UTF-8?q?4.0-rc.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- .env | 2 +- .github/workflows/application-tests.yml | 2 +- components/api_server/pyproject.toml | 2 +- components/api_server/src/routes/server.py | 2 +- components/collector/pyproject.toml | 2 +- components/frontend/package.json | 2 +- components/notifier/pyproject.toml | 2 +- components/renderer/package.json | 2 +- components/shared_code/pyproject.toml | 2 +- docs/pyproject.toml | 2 +- release/pyproject.toml | 4 ++-- sonar-project.properties | 2 +- tests/application_tests/pyproject.toml | 2 +- tests/feature_tests/pyproject.toml | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 818435bf78..6cbffbdfa6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: mkdir -p build export ENV=ci export PROXY_PORT=8080 - export QUALITY_TIME_VERSION=v5.14.0-rc.3 + export QUALITY_TIME_VERSION=v5.14.0-rc.4 export COMPOSE_PATH_SEPARATOR=':' export COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.ci.yml docker compose build && docker compose up -d diff --git a/.env b/.env index 3b1fa63ba5..836ae02e8b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ COMPOSE_PATH_SEPARATOR=: COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.override.yml COMPOSE_PROJECT_NAME=quality-time -QUALITY_TIME_VERSION=v5.14.0-rc.3 +QUALITY_TIME_VERSION=v5.14.0-rc.4 diff --git a/.github/workflows/application-tests.yml b/.github/workflows/application-tests.yml index ee497c0930..9f6dc8c56f 100644 --- a/.github/workflows/application-tests.yml +++ b/.github/workflows/application-tests.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.1.7 - name: Run application tests env: - QUALITY_TIME_VERSION: v5.14.0-rc.3 + QUALITY_TIME_VERSION: v5.14.0-rc.4 ENV: ci PROXY_PORT: 8080 run: | diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index 876b36a8a3..1bba30e0b7 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api-server" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/api_server/src/routes/server.py b/components/api_server/src/routes/server.py index d44fade085..a98af6c11e 100644 --- a/components/api_server/src/routes/server.py +++ b/components/api_server/src/routes/server.py @@ -3,7 +3,7 @@ import bottle -QUALITY_TIME_VERSION = "5.14.0-rc.3" +QUALITY_TIME_VERSION = "5.14.0-rc.4" @bottle.get("/api/v3/server", authentication_required=False) diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index 384b891df7..89066156ee 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collector" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/frontend/package.json b/components/frontend/package.json index 237ba36e27..1e4fd31489 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-app", - "version": "5.14.0-rc.3", + "version": "5.14.0-rc.4", "private": true, "proxy": "http://127.0.0.1:5001", "dependencies": { diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index c10e13714c..c805f70d2e 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notifier" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/renderer/package.json b/components/renderer/package.json index c5867b9a4e..e9bda84b9a 100644 --- a/components/renderer/package.json +++ b/components/renderer/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-renderer", - "version": "5.14.0-rc.3", + "version": "5.14.0-rc.4", "private": true, "type": "module", "proxy": "http://localhost:9000", diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index 9cc22f94a3..fa512d2ad9 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shared-code" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 09d8a6e178..fd9c3eb4de 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docs" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/release/pyproject.toml b/release/pyproject.toml index 1044efbe3a..283d9bdb87 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "release" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", @@ -49,7 +49,7 @@ indent = 4 keep_full_version = true # Don't remove trailing zero's from version specifiers [tool.bumpversion] -current_version = "5.14.0-rc.3" +current_version = "5.14.0-rc.4" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/sonar-project.properties b/sonar-project.properties index 3e94c849ff..d83c096245 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.organization=ictu sonar.projectKey=nl.ictu:quality-time sonar.projectName=Quality-time -sonar.projectVersion=5.14.0-rc.3 +sonar.projectVersion=5.14.0-rc.4 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # This property is optional if sonar.modules is set. diff --git a/tests/application_tests/pyproject.toml b/tests/application_tests/pyproject.toml index a115bdf06b..6ce9f2dc1f 100644 --- a/tests/application_tests/pyproject.toml +++ b/tests/application_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "application-tests" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index d42154cbf6..99824f7895 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "feature-tests" -version = "5.14.0-rc.3" +version = "5.14.0-rc.4" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only",