We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89faa4 commit ae65be0Copy full SHA for ae65be0
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "2.2.0"
+version = "2.2.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,6 +1,18 @@
Change log
==========
3
4
+2.2.1
5
+-----
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/31?closed=1)
8
9
+### Bugfixes
10
11
+* Fixed a bug where the `status_code` attribute of `APIError` exceptions would
12
+ not reflect the expected value.
13
+* Fixed an issue where the `events` method would time out unexpectedly if no
14
+ data was sent by the engine for a given amount of time.
15
16
2.2.0
17
-----
18
0 commit comments