From 4c48c883c0c44f925326f26d533a0a0ffeff0f5b Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Mon, 15 Apr 2024 11:01:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.9.1=20=E2=86=92=205.10.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 16caeda883..24a37b68b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: - run: | mkdir -p build export ENV=ci - export QUALITY_TIME_VERSION=v5.9.1 + export QUALITY_TIME_VERSION=v5.10.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 2105fa82e2..a559fc4316 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.9.1 +QUALITY_TIME_VERSION=v5.10.0 diff --git a/.github/workflows/application-tests.yml b/.github/workflows/application-tests.yml index 498129c350..30b5d88521 100644 --- a/.github/workflows/application-tests.yml +++ b/.github/workflows/application-tests.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.1.2 - name: Run application tests env: - QUALITY_TIME_VERSION: v5.9.1 + QUALITY_TIME_VERSION: v5.10.0 ENV: ci run: | mkdir -p build diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index 3d244b213d..758fd504b0 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api_server" -version = "5.9.1" +version = "5.10.0" dependencies = [ "bottle==0.12.25", "cryptography==42.0.5", diff --git a/components/api_server/src/routes/server.py b/components/api_server/src/routes/server.py index bdaa18c038..62affdc48e 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.9.1" +QUALITY_TIME_VERSION = "5.10.0" @bottle.get("/api/v3/server", authentication_required=False) diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index 6aad4dd4fc..af2c401bd6 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collector" -version = "5.9.1" +version = "5.10.0" dependencies = [ "aiogqlc==5.1.0", "aiohttp==3.9.4", diff --git a/components/frontend/package.json b/components/frontend/package.json index db88c5b22d..50f92c9b65 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-app", - "version": "5.9.1", + "version": "5.10.0", "private": true, "proxy": "http://127.0.0.1:5001", "dependencies": { diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index bafdfb0eea..6c65867eb9 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notifier" -version = "5.9.1" +version = "5.10.0" dependencies = [ "aiohttp==3.9.4", "pymsteams==0.2.2" diff --git a/components/renderer/package.json b/components/renderer/package.json index 26cd29b8bd..5237cc3984 100644 --- a/components/renderer/package.json +++ b/components/renderer/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-renderer", - "version": "5.9.1", + "version": "5.10.0", "private": true, "type": "module", "proxy": "http://localhost:9000", diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index 3db9592af4..4e983c53d2 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shared_code" -version = "5.9.1" +version = "5.10.0" dependencies = [ "bottle==0.12.25", "packaging==24.0", diff --git a/docs/pyproject.toml b/docs/pyproject.toml index be5d9a322c..4f44644b06 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docs" -version = "5.9.1" +version = "5.10.0" dependencies = [ "furo==2023.9.10", "gitpython==3.1.43", diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 6b7ee97f32..c33c5429dd 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.10.0 - 2024-04-15 ### Deployment notes diff --git a/release/.bumpversion-rc.cfg b/release/.bumpversion-rc.cfg index fdb424979f..35dc34235b 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.9.1 +current_version = 5.10.0 commit = true tag = true diff --git a/release/.bumpversion.cfg b/release/.bumpversion.cfg index 62e0277736..af4745cc5a 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.9.1 +current_version = 5.10.0 commit = true tag = true diff --git a/release/pyproject.toml b/release/pyproject.toml index c08bc8559c..20eedbd16b 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "release" -version = "5.9.1" +version = "5.10.0" dependencies = [ "bump2version==1.0.1", "gitpython==3.1.43", diff --git a/sonar-project.properties b/sonar-project.properties index 8cb63a07d5..aa07675556 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.9.1 +sonar.projectVersion=5.10.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 6e4ab59b21..1f6bc1960a 100644 --- a/tests/application_tests/pyproject.toml +++ b/tests/application_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "application_tests" -version = "5.9.1" +version = "5.10.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 8af202e605..6c32aaf101 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "feature_tests" -version = "5.9.1" +version = "5.10.0" dependencies = [ "asserts==0.13.0", "behave==1.2.6",