mirror of https://github.com/docker/docker-py.git
Ship 0.5.1
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
7a46297085
commit
04db8e5c85
|
|
@ -1,6 +1,14 @@
|
|||
ChangeLog
|
||||
=========
|
||||
|
||||
0.5.1
|
||||
-----
|
||||
|
||||
* Added a `assert_hostname` option to `TLSConfig` which can be used to
|
||||
disable verification of hostnames.
|
||||
* Fixed SSL not working due to an incorrect version comparison
|
||||
* Fixed streams not working on Windows
|
||||
|
||||
0.5.0
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
version = "0.5.1-dev"
|
||||
version = "0.5.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue