Skip to content

Commit 7f7b45d

Browse files
Merge pull request #37 from IABTechLab/ci-2d7002c58975c8b1b7acac3e351c29ebf58a5bcd
[CI Pipeline] Released Minor version: 2.3.0
2 parents 2d7002c + 8e02da2 commit 7f7b45d

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "uid2_client"
10-
version = "2.2.8"
10+
version = "2.3.0"
1111
authors = [
1212
{ name = "UID2 team", email = "[email protected]" }
1313
]

version.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.2",
4-
"publicReleaseRefSpec": [
5-
"^refs/heads/master$",
6-
"^refs/heads/v\\d+(?:\\.\\d+)?$"
7-
],
8-
"cloudBuild": {
9-
"setVersionVariables": true,
10-
"buildNumber": {
11-
"enabled": true,
12-
"includeCommitId": {
13-
"when": "always"
14-
}
15-
}
16-
}
17-
}
1+
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.3", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 commit comments

Comments
 (0)