File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
- version = "3.2.1 "
1
+ version = "3.3.0 "
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
+ 3.3.0
5
+ -----
6
+
7
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/49?closed=1 )
8
+
9
+ ### Features
10
+
11
+ * Added support for ` prune_builds ` in ` APIClient ` and ` DockerClient.images `
12
+ * Added support for ` ignore_removed ` parameter in
13
+ ` DockerClient.containers.list `
14
+
15
+ ### Bugfixes
16
+
17
+ * Fixed an issue that caused builds to fail when an in-context Dockerfile
18
+ would be specified using its absolute path
19
+ * Installation with pip 10.0.0 and above no longer fails
20
+ * Connection timeout for ` stop ` and ` restart ` now gets properly adjusted to
21
+ allow for the operation to finish in the specified time
22
+ * Improved docker credential store support on Windows
23
+
4
24
3.2.1
5
25
-----
6
26
@@ -16,7 +36,7 @@ Change log
16
36
3.2.0
17
37
-----
18
38
19
- [ List of PRs/ issues for this release] ( https://github.com/docker/docker-py/milestone/45?closed=1 )
39
+ [ List of PRs / issues for this release] ( https://github.com/docker/docker-py/milestone/45?closed=1 )
20
40
21
41
### Features
22
42
You can’t perform that action at this time.
0 commit comments