Skip to content

Commit

Permalink
==Preparing 0.3.2 Release==
Browse files Browse the repository at this point in the history
git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@8214 051b1e3e-aa0c-0410-b6c2-bfbade6052be
  • Loading branch information
pjkersha committed Oct 24, 2012
1 parent 69d29db commit fea79af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
Releases
========
0.3.2
-----
* Fix to SubjectAltNames support check - should only be enabled if pyasn1 is
installed.
* Fix to open_url: HTTP Request object was being created inside if headers is
None block - now corrected to create regardless.
* Added http basic auth support to script. (Thanks to Willem van Engen)
0.3.1
-----
* extended utils functions to support keyword for passing additional urllib2
Expand Down Expand Up @@ -82,7 +90,7 @@

setup(
name='ndg_httpsclient',
version="0.3.1",
version="0.3.2",
description='Provides enhanced HTTPS support for httplib and urllib2 using '
'PyOpenSSL',
author='Richard Wilkinson and Philip Kershaw',
Expand Down

0 comments on commit fea79af

Please sign in to comment.