Skip to content

Commit 144be55

Browse files
Merge pull request #1947 from kili-technology/merge_release/25.2.0
chore: merge release/25.2.0 into main
2 parents cb00f8e + 9acb920 commit 144be55

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/bump_commit_release_branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
releaseBranchVersion:
66
description: >
77
"This workflow will create a PR to add a bump version commit on the release branch.
8-
Enter the release branch version release/X.XXX.0:"
8+
Enter the release branch version release/XX.Y.Z:"
99
required: true
1010
type: string
11-
default: "X.XXX.0"
11+
default: "XX.Y.Z"
1212
bumpCommitType:
1313
description: "Choose the type of bump commit:"
1414
required: true

.github/workflows/create_draft_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
"This workflow will create a draft release and a tag.
88
This workflow assumes the bump commit has already been pushed to the release branch.
99
Use 'Create bump commit on release branch' workflow before using this workflow.
10-
Only use this workflow once all commits have been cherry-picked!
11-
Enter the release branch version release/X.XXX.0:"
10+
Only use this workflow once all commits have been merged.
11+
Enter the release branch version release/XX.Y.0:"
1212
required: true
1313
type: string
14-
default: "X.XXX.0"
14+
default: "XX.Y.0"
1515
checkAgainstLatestRelease:
1616
description: >
1717
"Check that the release version is greater than the latest release on github.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "kili"
6-
version = "2.176.0"
6+
version = "25.2.0"
77
description = "Python client for Kili Technology labeling tool"
88
readme = "README.md"
99
authors = [{ name = "Kili Technology", email = "contact@kili-technology.com" }]

src/kili/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kili Python SDK."""
22

3-
__version__ = "2.176.0"
3+
__version__ = "25.2.0"

0 commit comments

Comments
 (0)