Ship 0.5.1

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-10-14 17:10:02 +01:00
parent 7a46297085
commit 04db8e5c85
2 changed files with 9 additions and 1 deletions

View File

@ -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
-----

View File

@ -1 +1 @@
version = "0.5.1-dev"
version = "0.5.1"