Skip to content

Commit e2eb190

Browse files
committed
v44.2.2
1 parent 78f62dc commit e2eb190

File tree

44 files changed

+53
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+53
-49
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

changelog/FhbEkF4UR6eBWIaBpKwJLg.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

clients/client-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools.command.test import test as TestCommand
55
import sys
66

7-
VERSION = '44.2.1'
7+
VERSION = '44.2.2'
88

99
tests_require = [
1010
'pytest',

clients/client-rust/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taskcluster"
3-
version = "44.2.1"
3+
version = "44.2.2"
44
authors = ["Wander Lairson Costa <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

clients/client-rust/download/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "taskcluster-download"
3-
version = "44.2.1"
3+
version = "44.2.2"
44
authors = ["Dustin J. Mitchell <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"
77
description = "Taskcluster Download Support"
88
repository = "https://github.com/taskcluster/taskcluster"
99

1010
[dependencies]
11-
taskcluster = { version = "44.2.1", path = "../client" }
11+
taskcluster = { version = "44.2.2", path = "../client" }
1212
anyhow = "1.0"
1313
async-trait = "0.1"
1414
reqwest = { version = "0.11", features = ["json", "stream", "gzip", "brotli"] }

clients/client-rust/upload/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "taskcluster-upload"
3-
version = "44.2.1"
3+
version = "44.2.2"
44
authors = ["Dustin J. Mitchell <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"
77
description = "Taskcluster Upload Support"
88
repository = "https://github.com/taskcluster/taskcluster"
99

1010
[dependencies]
11-
taskcluster = { version = "44.2.1", path = "../client" }
11+
taskcluster = { version = "44.2.2", path = "../client" }
1212
anyhow = "1.0"
1313
async-trait = "0.1"
1414
reqwest = { version = "0.11", features = ["json", "stream"] }

clients/client-shell/README.md

Lines changed: 3 additions & 3 deletions

clients/client-shell/cmds/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var (
4444

4545
// VersionNumber is a formatted string with the version information. This is
4646
// filled in by `yarn release`
47-
VersionNumber = "44.2.1"
47+
VersionNumber = "44.2.2"
4848
)
4949

5050
var log = root.Logger

clients/client-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskcluster-client-web",
3-
"version": "44.2.1",
3+
"version": "44.2.2",
44
"main": "src/index.js",
55
"author": "Eli Perelman <[email protected]>",
66
"license": "MPL-2.0",

clients/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskcluster-client",
3-
"version": "44.2.1",
3+
"version": "44.2.2",
44
"author": "Jonas Finnemann Jensen <[email protected]>",
55
"description": "Client for interfacing taskcluster components",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)