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 "
22version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 11Change log
22==========
33
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+
4243.2.1
525-----
626
@@ -16,7 +36,7 @@ Change log
16363.2.0
1737-----
1838
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 )
2040
2141### Features
2242
You can’t perform that action at this time.
0 commit comments