mirror of https://github.com/docker/docker-py.git
Bumped version
This commit is contained in:
parent
0b78d7a841
commit
0b99e53595
|
@ -898,7 +898,8 @@ class Client(requests.Session):
|
||||||
# auth_config needs to be a dict in the format used by
|
# auth_config needs to be a dict in the format used by
|
||||||
# auth.py username , password, serveraddress, email
|
# auth.py username , password, serveraddress, email
|
||||||
headers['X-Registry-Auth'] = auth.encode_header(
|
headers['X-Registry-Auth'] = auth.encode_header(
|
||||||
authcfg)
|
authcfg
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
headers['X-Registry-Auth'] = auth.encode_header(auth_config)
|
headers['X-Registry-Auth'] = auth.encode_header(auth_config)
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
version = "1.2.2-dev"
|
version = "1.2.2"
|
||||||
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])
|
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])
|
||||||
|
|
Loading…
Reference in New Issue