File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1- version = "1.10.1 "
1+ version = "1.10.2 "
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ 1.10.2
5+ ------
6+
7+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/issues?q=milestone%3A1.10.0+is%3Aclosed )
8+
9+ ### Bugfixes
10+
11+ * Updated the docker-pycreds dependency as it was causing issues for some
12+ users with dependency resolution in applications using docker-py.
13+
14+
4151.10.1
516------
617
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ six>=1.4.0
33websocket-client == 0.32.0
44backports.ssl_match_hostname >= 3.5 ; python_version < '3.5'
55ipaddress == 1.0.16 ; python_version < '3.3'
6- docker-pycreds == 0.2.0
6+ docker-pycreds == 0.2.1
Original file line number Diff line number Diff line change 1212 'requests >= 2.5.2, < 2.11' ,
1313 'six >= 1.4.0' ,
1414 'websocket-client >= 0.32.0' ,
15- 'docker-pycreds >= 0.2.0 '
15+ 'docker-pycreds >= 0.2.1 '
1616]
1717
1818if sys .platform == 'win32' :
You can’t perform that action at this time.
0 commit comments