Kaydet (Commit) 0b99e535 authored tarafından Joffrey F's avatar Joffrey F

Bumped version

üst 0b78d7a8
......@@ -898,7 +898,8 @@ class Client(requests.Session):
# auth_config needs to be a dict in the format used by
# auth.py username , password, serveraddress, email
headers['X-Registry-Auth'] = auth.encode_header(
authcfg)
authcfg
)
else:
headers['X-Registry-Auth'] = auth.encode_header(auth_config)
......
version = "1.2.2-dev"
version = "1.2.2"
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment