We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff1f11b + 04db8e5 commit a22ee2aCopy full SHA for a22ee2a
ChangeLog.md
@@ -1,6 +1,14 @@
1
ChangeLog
2
=========
3
4
+0.5.1
5
+-----
6
+
7
+* Added a `assert_hostname` option to `TLSConfig` which can be used to
8
+ disable verification of hostnames.
9
+* Fixed SSL not working due to an incorrect version comparison
10
+* Fixed streams not working on Windows
11
12
0.5.0
13
-----
14
docker/version.py
@@ -1 +1 @@
-version = "0.5.1-dev"
+version = "0.5.1"
0 commit comments