diff --git a/.circleci/config.yml b/.circleci/config.yml index 554510aa1d..ca662ee487 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.16.2-rc.0 + export QUALITY_TIME_VERSION=v5.16.2 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 3401444deb..c969eed38a 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.16.2-rc.0 +QUALITY_TIME_VERSION=v5.16.2 diff --git a/.github/workflows/application-tests.yml b/.github/workflows/application-tests.yml index ca53239ee9..c24404c36e 100644 --- a/.github/workflows/application-tests.yml +++ b/.github/workflows/application-tests.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.2.0 - name: Run application tests env: - QUALITY_TIME_VERSION: v5.16.2-rc.0 + QUALITY_TIME_VERSION: v5.16.2 ENV: ci PROXY_PORT: 8080 run: | diff --git a/components/api_server/pyproject.toml b/components/api_server/pyproject.toml index c34eb02c3a..23099fefcf 100644 --- a/components/api_server/pyproject.toml +++ b/components/api_server/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "api-server" -version = "5.16.2-rc.0" +version = "5.16.2" 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 548ee68283..3558b19dce 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.16.2-rc.0" +QUALITY_TIME_VERSION = "5.16.2" @bottle.get("/api/v3/server", authentication_required=False) diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index 766341487c..0c1f432b98 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collector" -version = "5.16.2-rc.0" +version = "5.16.2" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/frontend/package.json b/components/frontend/package.json index f9fd5b54d1..295f738601 100644 --- a/components/frontend/package.json +++ b/components/frontend/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-app", - "version": "5.16.2-rc.0", + "version": "5.16.2", "private": true, "proxy": "http://127.0.0.1:5001", "dependencies": { diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index 9f3a6531c5..8593055a1c 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "notifier" -version = "5.16.2-rc.0" +version = "5.16.2" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/components/renderer/package.json b/components/renderer/package.json index 02bde25f1a..f7fc5343df 100644 --- a/components/renderer/package.json +++ b/components/renderer/package.json @@ -1,6 +1,6 @@ { "name": "quality-time-renderer", - "version": "5.16.2-rc.0", + "version": "5.16.2", "private": true, "type": "module", "proxy": "http://localhost:9000", diff --git a/components/shared_code/pyproject.toml b/components/shared_code/pyproject.toml index bcc91d5d2e..250f9dad54 100644 --- a/components/shared_code/pyproject.toml +++ b/components/shared_code/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "shared-code" -version = "5.16.2-rc.0" +version = "5.16.2" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 182c1983db..f0f15799ff 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docs" -version = "5.16.2-rc.0" +version = "5.16.2" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only", diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 72361964ab..9120ad45a6 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.16.2 - 2024-10-03 ### Deployment notes diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e2c86df761..6bd8810375 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ --- apiVersion: v2 name: quality-time -version: 5.16.2-rc.0 -appVersion: "v5.16.2-rc.0" +version: 5.16.2 +appVersion: "v5.16.2" 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 53640ef303..832e0b53ee 100644 --- a/release/pyproject.toml +++ b/release/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "release" -version = "5.16.2-rc.0" +version = "5.16.2" 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.16.2-rc.0" +current_version = "5.16.2" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\. diff --git a/sonar-project.properties b/sonar-project.properties index 0698c0a51f..34b465a26d 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.16.2-rc.0 +sonar.projectVersion=5.16.2 # 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 abe51c262a..151e530c43 100644 --- a/tests/application_tests/pyproject.toml +++ b/tests/application_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "application-tests" -version = "5.16.2-rc.0" +version = "5.16.2" 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 6ad1973b2d..8f8e14c744 100644 --- a/tests/feature_tests/pyproject.toml +++ b/tests/feature_tests/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "feature-tests" -version = "5.16.2-rc.0" +version = "5.16.2" requires-python = ">=3.12" classifiers = [ "Programming Language :: Python :: 3 :: Only",