Skip to content

Commit

Permalink
Merge pull request #37 from IABTechLab/ci-2d7002c58975c8b1b7acac3e351…
Browse files Browse the repository at this point in the history
…c29ebf58a5bcd

[CI Pipeline] Released Minor version: 2.3.0
  • Loading branch information
github-actions[bot] authored Apr 29, 2024
2 parents 2d7002c + 8e02da2 commit 7f7b45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "uid2_client"
version = "2.2.8"
version = "2.3.0"
authors = [
{ name = "UID2 team", email = "[email protected]" }
]
Expand Down
18 changes: 1 addition & 17 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.2",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "always"
}
}
}
}
{ "$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 comments on commit 7f7b45d

Please sign in to comment.