From 894880d35a7f1e49efd14ec8b29a9494348ec1f6 Mon Sep 17 00:00:00 2001 From: Frank Niessink Date: Mon, 27 Jan 2025 20:22:17 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.23.0-rc.0=20=E2=86=92=205.2?= =?UTF-8?q?3.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/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 +- components/shared_code/src/shared/utils/version.py | 2 +- docs/pyproject.toml | 2 +- docs/src/changelog.md | 2 +- helm/Chart.yaml | 4 ++-- release/pyproject.toml | 4 ++-- sonar-project.properties | 2 +- tests/application_tests/pyproject.toml | 2 +- tests/feature_tests/pyproject.toml | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f89b7e86a8..0823f43b3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,7 +85,7 @@ jobs: mkdir -p build export ENV=ci export PROXY_PORT=8080 - export QUALITY_TIME_VERSION=v5.23.0-rc.0 + export QUALITY_TIME_VERSION=v5.23.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 17a4fb0177..a4d2862ee8 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.23.0-rc.0 +QUALITY_TIME_VERSION=v5.23.0 diff --git a/.github/workflows/application-tests.yml b/.github/workflows/application-tests.yml index 1e4b1a8a99..02e4a1d6ad 100644 --- a/.github/workflows/application-tests.yml +++ b/.github/workflows/application-tests.yml @@ -16,7 +16,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Run application tests env: - QUALITY_TIME_VERSION: v5.23.0-rc.0 + QUALITY_TIME_VERSION: v5.23.0 ENV: ci PROXY_PORT: 8080 run: | diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index 63e45fa260..cf88b91620 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api-server" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index d664d6a264..9d26b73696 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collector" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/frontend/package.json b/components/frontend/package.json index 176d4daacb..fdd4f7a147 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-app", - "version": "5.23.0-rc.0", + "version": "5.23.0", "private": true, "proxy": "http://127.0.0.1:5001", "dependencies": { diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index c8f9787b4d..dfd8d25f26 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notifier" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/renderer/package.json b/components/renderer/package.json index 233bc26a69..177312af45 100644 --- a/components/renderer/package.json +++ b/components/renderer/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-renderer", - "version": "5.23.0-rc.0", + "version": "5.23.0", "private": true, "type": "module", "proxy": "http://localhost:9000", diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index 240b75d081..01ae1b6c7c 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shared-code" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/shared_code/src/shared/utils/version.py b/components/shared_code/src/shared/utils/version.py index beb8bb8976..29c45ab67f 100644 --- a/components/shared_code/src/shared/utils/version.py +++ b/components/shared_code/src/shared/utils/version.py @@ -1,4 +1,4 @@ """Quality-time version information.""" -QUALITY_TIME_VERSION = "5.23.0-rc.0" +QUALITY_TIME_VERSION = "5.23.0" REFERENCE_DOCUMENTATION_URL = f"https://quality-time.readthedocs.io/en/v{QUALITY_TIME_VERSION}/reference.html" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index a729deda09..0acb9baffa 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docs" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/docs/src/changelog.md b/docs/src/changelog.md index daa81bcb4a..a471becdb3 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -12,7 +12,7 @@ If your currently installed *Quality-time* version is not the latest version, pl -## [Unreleased] +## v5.23.0 - 2025-01-27 ### Fixed diff --git a/helm/Chart.yaml b/helm/Chart.yaml index ce388308b8..6e13d546a7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: quality-time -version: 5.23.0-rc.0 -appVersion: "v5.23.0-rc.0" +version: 5.23.0 +appVersion: "v5.23.0" description: Helm chart for Quality-time, an automated quality system for software development and maintenance type: application home: https://github.com/ICTU/Quality-time diff --git a/release/pyproject.toml b/release/pyproject.toml index aeff38b5c8..7bcca244e3 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "release" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", @@ -43,7 +43,7 @@ indent = 4 keep_full_version = true # Don't remove trailing zero's from version specifiers [tool.bumpversion] -current_version = "5.23.0-rc.0" +current_version = "5.23.0" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/sonar-project.properties b/sonar-project.properties index 656a70891b..36b290aa87 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.23.0-rc.0 +sonar.projectVersion=5.23.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 a853c0be6c..c6fae54208 100644 --- a/tests/application_tests/pyproject.toml +++ b/tests/application_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "application-tests" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/tests/feature_tests/pyproject.toml b/tests/feature_tests/pyproject.toml index 27a86c59d2..025333904b 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "feature-tests" -version = "5.23.0-rc.0" +version = "5.23.0" requires-python = ">=3.13" classifiers = [ "Programming Language :: Python :: 3 :: Only",