Skip to content

Commit e88751c

Browse files
committed
Bump 3.3.0
Signed-off-by: Joffrey F <[email protected]>
1 parent 9d86194 commit e88751c

File tree

2 files changed

+22
-2
lines changed

2 files changed

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

docs/change-log.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Change 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+
424
3.2.1
525
-----
626

@@ -16,7 +36,7 @@ Change log
1636
3.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

0 commit comments

Comments
 (0)