Skip to content

Commit ab5a189

Browse files
committed
Bump 2.0.2
Signed-off-by: Joffrey F <[email protected]>
1 parent ac33843 commit ab5a189

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
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 = "2.0.1"
1+
version = "2.0.2"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Change log
22
==========
33

4+
2.0.2
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/28?closed=1)
8+
9+
### Bugfixes
10+
11+
* Installation of the package now fails if the `docker-py` package is
12+
installed in order to prevent obscure naming conflicts when both
13+
packages co-exist.
14+
* Added missing `filters` parameter to `APIClient.networks`.
15+
* Resource objects generated by the `DockerClient` are now hashable.
16+
* Fixed a bug where retrieving untagged images using `DockerClient`
17+
would raise a `TypeError` exception.
18+
* `mode` parameter in `create_service` is now properly converted to
19+
a valid data type for the Engine API. Use `ServiceMode` for advanced
20+
configurations.
21+
* Fixed a bug where the decoded `APIClient.events` stream would sometimes raise
22+
an exception when a container is stopped or restarted.
23+
424
2.0.1
525
-----
626

0 commit comments

Comments
 (0)