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 "
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
15
1.10.1
5
16
------
6
17
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ six>=1.4.0
3
3
websocket-client == 0.32.0
4
4
backports.ssl_match_hostname >= 3.5 ; python_version < '3.5'
5
5
ipaddress == 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 12
12
'requests >= 2.5.2, < 2.11' ,
13
13
'six >= 1.4.0' ,
14
14
'websocket-client >= 0.32.0' ,
15
- 'docker-pycreds >= 0.2.0 '
15
+ 'docker-pycreds >= 0.2.1 '
16
16
]
17
17
18
18
if sys .platform == 'win32' :
You can’t perform that action at this time.
0 commit comments