From d8c2af800dfeb50274d802e3302daa9a69250807 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Fri, 12 Jan 2024 15:21:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.5.0=20=E2=86=92=205.6.0?= 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 +- docs/src/changelog.md | 2 +- release/.bumpversion-rc.cfg | 2 +- release/.bumpversion.cfg | 2 +- release/pyproject.toml | 2 +- sonar-project.properties | 2 +- tests/application_tests/pyproject.toml | 2 +- tests/feature_tests/pyproject.toml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2b984fff7..ff84c70d58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ jobs: - run: | mkdir -p build export ENV=ci - export QUALITY_TIME_VERSION=v5.5.0 + export QUALITY_TIME_VERSION=v5.6.0 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 8805fa6118..448fe50761 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.5.0 +QUALITY_TIME_VERSION=v5.6.0 diff --git a/.github/workflows/application-tests.yml b/.github/workflows/application-tests.yml index 368a198314..b1005efef1 100644 --- a/.github/workflows/application-tests.yml +++ b/.github/workflows/application-tests.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Run application tests env: - QUALITY_TIME_VERSION: v5.5.0 + QUALITY_TIME_VERSION: v5.6.0 ENV: ci run: | mkdir -p build diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index 4acb70fea1..5679e05c15 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api_server" -version = "5.5.0" +version = "5.6.0" dependencies = [ "bottle==0.12.25", "cryptography==41.0.7", diff --git a/components/api_server/src/routes/server.py b/components/api_server/src/routes/server.py index 43a8295a7a..2d2808539c 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.5.0" +QUALITY_TIME_VERSION = "5.6.0" @bottle.get("/api/v3/server", authentication_required=False) diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index 985f82807e..c47a673a33 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collector" -version = "5.5.0" +version = "5.6.0" dependencies = [ "aiogqlc==5.1.0", "aiohttp==3.9.1", diff --git a/components/frontend/package.json b/components/frontend/package.json index a7c70b3f63..795e4a85f9 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-app", - "version": "5.5.0", + "version": "5.6.0", "private": true, "proxy": "http://127.0.0.1:5001", "dependencies": { diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index ef95622b02..daad983726 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notifier" -version = "5.5.0" +version = "5.6.0" dependencies = [ "aiohttp==3.9.1", "pymsteams==0.2.2" diff --git a/components/renderer/package.json b/components/renderer/package.json index 6e7f61af75..7c3dbeadd8 100644 --- a/components/renderer/package.json +++ b/components/renderer/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-renderer", - "version": "5.5.0", + "version": "5.6.0", "private": true, "type": "module", "proxy": "http://localhost:9000", diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index 975f23c18f..36da7984da 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shared_code" -version = "5.5.0" +version = "5.6.0" dependencies = [ "bottle==0.12.25", "cryptography==41.0.7", diff --git a/docs/pyproject.toml b/docs/pyproject.toml index e8b603e0ca..9157c3f031 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docs" -version = "5.5.0" +version = "5.6.0" dependencies = [ "furo==2023.9.10", "gitpython==3.1.41", diff --git a/docs/src/changelog.md b/docs/src/changelog.md index cdaef1a01f..08740616b5 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## [Unreleased] +## v5.6.0 - 2024-01-12 ### Deployment notes diff --git a/release/.bumpversion-rc.cfg b/release/.bumpversion-rc.cfg index 82b983f8f0..b6b4b4a00f 100644 --- a/release/.bumpversion-rc.cfg +++ b/release/.bumpversion-rc.cfg @@ -3,7 +3,7 @@ parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-rc\.(?P\d+))? serialize = {major}.{minor}.{patch}-rc.{rc} {major}.{minor}.{patch} -current_version = 5.5.0 +current_version = 5.6.0 commit = true tag = true diff --git a/release/.bumpversion.cfg b/release/.bumpversion.cfg index a6abe0bbe5..ef52ed5fa4 100644 --- a/release/.bumpversion.cfg +++ b/release/.bumpversion.cfg @@ -3,7 +3,7 @@ parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-rc\.(?P\d+))? serialize = {major}.{minor}.{patch}-rc.{rc} {major}.{minor}.{patch} -current_version = 5.5.0 +current_version = 5.6.0 commit = true tag = true diff --git a/release/pyproject.toml b/release/pyproject.toml index d0be87a9d7..b1831c9339 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "release" -version = "5.5.0" +version = "5.6.0" dependencies = [ "bump2version==1.0.1", "gitpython==3.1.41", diff --git a/sonar-project.properties b/sonar-project.properties index 76333177c6..193b56628e 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.5.0 +sonar.projectVersion=5.6.0 # 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 4fb7eb89a7..b904eedce3 100644 --- a/tests/application_tests/pyproject.toml +++ b/tests/application_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "application_tests" -version = "5.5.0" +version = "5.6.0" dependencies = [ "axe-selenium-python==2.1.6", "requests==2.31.0", diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index 06e5086179..a9102240f5 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "feature_tests" -version = "5.5.0" +version = "5.6.0" dependencies = [ "asserts==0.12.0", "behave==1.2.6",