Skip to content

Commit ffe5241

Browse files
committed
Merge pull request #944 from docker/1.7.1-release
1.7.1 release
2 parents c3a66cc + 498c7d4 commit ffe5241

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docker/version.py

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

docs/change_log.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Change Log
22
==========
33

4+
1.7.1
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.7.1+is%3Aclosed)
8+
9+
### Features
10+
11+
* Added support for `shm_size` in `Client.create_host_config`
12+
13+
### Bugfixes
14+
15+
* Fixed a bug where Dockerfile would sometimes be excluded from the build
16+
context.
17+
* Fixed a bug where a docker config file containing unknown keys would raise
18+
an exception.
19+
* Fixed an issue with SSL connections behaving improperly when pyOpenSSL
20+
was installed in the same environment.
21+
* Several TLS configuration improvements
22+
23+
424
1.7.0
525
-----
626

0 commit comments

Comments
 (0)