Skip to content

Commit a22ee2a

Browse files
author
Sam Alba
committed
Merge pull request #349 from bfirsh/ship-0.5.1
Ship 0.5.1
2 parents ff1f11b + 04db8e5 commit a22ee2a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
ChangeLog
22
=========
33

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+
412
0.5.0
513
-----
614

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.5.1-dev"
1+
version = "0.5.1"

0 commit comments

Comments
 (0)