Bumped version

This commit is contained in:
Joffrey F 2015-05-04 11:47:07 -07:00
parent 0b78d7a841
commit 0b99e53595
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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(".")])