Skip to content

Commit ae65be0

Browse files
committed
Bump version 2.2.1 ; update changelog
Signed-off-by: Joffrey F <[email protected]>
1 parent a89faa4 commit ae65be0

File tree

2 files changed

+13
-1
lines changed

2 files changed

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

docs/change-log.md

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

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+
416
2.2.0
517
-----
618

0 commit comments

Comments
 (0)