Skip to content

Commit 0b99e53

Browse files
committed
Bumped version
1 parent 0b78d7a commit 0b99e53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,8 @@ def pull(self, repository, tag=None, stream=False,
898898
# auth_config needs to be a dict in the format used by
899899
# auth.py username , password, serveraddress, email
900900
headers['X-Registry-Auth'] = auth.encode_header(
901-
authcfg)
901+
authcfg
902+
)
902903
else:
903904
headers['X-Registry-Auth'] = auth.encode_header(auth_config)
904905

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.2.2-dev"
1+
version = "1.2.2"
22
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])

0 commit comments

Comments
 (0)