Skip to content

Commit e833881

Browse files
authored
Merge pull request #1202 from docker/1.10.2-release
1.10.2 release
2 parents c2b4c8e + 2ad403c commit e833881

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.10.1"
1+
version = "1.10.2"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change 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+
415
1.10.1
516
------
617

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ six>=1.4.0
33
websocket-client==0.32.0
44
backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
55
ipaddress==1.0.16 ; python_version < '3.3'
6-
docker-pycreds==0.2.0
6+
docker-pycreds==0.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1818
if sys.platform == 'win32':

0 commit comments

Comments
 (0)