Skip to content

Commit 52c3d52

Browse files
committed
Bump 3.1.1
Signed-off-by: Joffrey F <[email protected]>
1 parent 9260f5a commit 52c3d52

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docker/version.py

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

docs/change-log.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change log
22
==========
33

4+
3.1.1
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/46?closed=1)
8+
9+
### Bugfixes
10+
11+
* Fixed a bug that caused costly DNS lookups on Mac OSX when connecting to the
12+
engine through UNIX socket
13+
* Fixed a bug that caused `.dockerignore` comments to be read as exclusion
14+
patterns
15+
416
3.1.0
517
-----
618

0 commit comments

Comments
 (0)