Bump 3.1.1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2018-03-05 15:15:37 -08:00
parent 9260f5af18
commit 52c3d528f6
2 changed files with 13 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "3.2.0-dev" version = "3.1.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,18 @@
Change log Change log
========== ==========
3.1.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/46?closed=1)
### Bugfixes
* Fixed a bug that caused costly DNS lookups on Mac OSX when connecting to the
engine through UNIX socket
* Fixed a bug that caused `.dockerignore` comments to be read as exclusion
patterns
3.1.0 3.1.0
----- -----