Skip to content

Commit c0c6863

Browse files
committed
Bump version: 5.55.1-rc.0 → 5.55.1
1 parent e3a7883 commit c0c6863

31 files changed

Lines changed: 50 additions & 50 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
mkdir -p build
7373
export ENV=ci
7474
export PROXY_PORT=8080
75-
export QUALITY_TIME_VERSION=v5.55.1-rc.0
75+
export QUALITY_TIME_VERSION=v5.55.1
7676
export COMPOSE_PATH_SEPARATOR=':'
7777
export COLUMNS=${COLUMNS:-120}
7878
export COMPOSE_FILE=docker/docker-compose.yml:docker/docker-compose.ci.yml

.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.55.1-rc.0
4+
QUALITY_TIME_VERSION=v5.55.1

.github/workflows/application-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
password: ${{ secrets.DOCKER_PASSWORD }}
2222
- name: Run application tests
2323
env:
24-
QUALITY_TIME_VERSION: v5.55.1-rc.0
24+
QUALITY_TIME_VERSION: v5.55.1
2525
ENV: ci
2626
PROXY_PORT: 8080
2727
COLUMNS: 120

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.55.1-rc.0"
3+
version = "5.55.1"
44
requires-python = "==3.14.5"
55
classifiers = [
66
"Framework :: Bottle",

components/api_server/uv.lock

Lines changed: 4 additions & 4 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.55.1-rc.0"
3+
version = "5.55.1"
44
requires-python = "==3.14.5"
55
classifiers = [
66
"Framework :: aiohttp",

components/collector/uv.lock

Lines changed: 4 additions & 4 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.55.1-rc.0",
3+
"version": "5.55.1",
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.55.1-rc.0"
3+
version = "5.55.1"
44
requires-python = "==3.14.5"
55
classifiers = [
66
"Framework :: aiohttp",

components/notifier/uv.lock

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

0 commit comments

Comments
 (0)