Skip to content

Commit

Permalink
Bump 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Apr 26, 2018
1 parent 9d86194 commit e88751c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "3.2.1"
version = "3.3.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
22 changes: 21 additions & 1 deletion docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Change log
==========

3.3.0
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/49?closed=1)

### Features

* Added support for `prune_builds` in `APIClient` and `DockerClient.images`
* Added support for `ignore_removed` parameter in
`DockerClient.containers.list`

### Bugfixes

* Fixed an issue that caused builds to fail when an in-context Dockerfile
would be specified using its absolute path
* Installation with pip 10.0.0 and above no longer fails
* Connection timeout for `stop` and `restart` now gets properly adjusted to
allow for the operation to finish in the specified time
* Improved docker credential store support on Windows

3.2.1
-----

Expand All @@ -16,7 +36,7 @@ Change log
3.2.0
-----

[List of PRs/ issues for this release](https://github.com/docker/docker-py/milestone/45?closed=1)
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/45?closed=1)

### Features

Expand Down

0 comments on commit e88751c

Please sign in to comment.