File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "2.0.1 "
1
+ version = "2.0.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
+ 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
+
4
24
2.0.1
5
25
-----
6
26
You can’t perform that action at this time.
0 commit comments