Skip to content

Commit 40040b2

Browse files
committed
Bump version: 5.48.4-rc.0 → 5.48.4
1 parent 24da9db commit 40040b2

File tree

28 files changed

+42
-42
lines changed

28 files changed

+42
-42
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
mkdir -p build
6363
export ENV=ci
6464
export PROXY_PORT=8080
65-
export QUALITY_TIME_VERSION=v5.48.4-rc.0
65+
export QUALITY_TIME_VERSION=v5.48.4
6666
export COMPOSE_PATH_SEPARATOR=':'
6767
export COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.ci.yml
6868
docker compose build && docker compose up -d

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
COMPOSE_PATH_SEPARATOR=:
22
COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.override.yml
33
COMPOSE_PROJECT_NAME=quality-time
4-
QUALITY_TIME_VERSION=v5.48.4-rc.0
4+
QUALITY_TIME_VERSION=v5.48.4

.github/workflows/application-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
password: ${{ secrets.DOCKER_PASSWORD }}
1717
- name: Run application tests
1818
env:
19-
QUALITY_TIME_VERSION: v5.48.4-rc.0
19+
QUALITY_TIME_VERSION: v5.48.4
2020
ENV: ci
2121
PROXY_PORT: 8080
2222
run: |

components/api_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api-server"
3-
version = "5.48.4-rc.0"
3+
version = "5.48.4"
44
requires-python = "==3.14.3"
55
classifiers = [
66
"Framework :: Bottle",

components/api_server/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/collector/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "collector"
3-
version = "5.48.4-rc.0"
3+
version = "5.48.4"
44
requires-python = "==3.14.3"
55
classifiers = [
66
"Framework :: aiohttp",

components/collector/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quality-time-app",
3-
"version": "5.48.4-rc.0",
3+
"version": "5.48.4",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.14.0",

components/notifier/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "notifier"
3-
version = "5.48.4-rc.0"
3+
version = "5.48.4"
44
requires-python = "==3.14.3"
55
classifiers = [
66
"Framework :: aiohttp",

components/notifier/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)