File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
- version = "1.8.0-dev "
1
+ version = "1.7.1 "
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
24
1.7.0
5
25
-----
6
26
You can’t perform that action at this time.
0 commit comments