Skip to content

Commit fea79af

Browse files
author
pjkersha
committed
==Preparing 0.3.2 Release==
git-svn-id: http://proj.badc.rl.ac.uk/svn/ndg-security/trunk/ndg_httpsclient@8214 051b1e3e-aa0c-0410-b6c2-bfbade6052be
1 parent 69d29db commit fea79af

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
1414
Releases
1515
========
16+
0.3.2
17+
-----
18+
* Fix to SubjectAltNames support check - should only be enabled if pyasn1 is
19+
installed.
20+
* Fix to open_url: HTTP Request object was being created inside if headers is
21+
None block - now corrected to create regardless.
22+
* Added http basic auth support to script. (Thanks to Willem van Engen)
23+
1624
0.3.1
1725
-----
1826
* extended utils functions to support keyword for passing additional urllib2
@@ -82,7 +90,7 @@
8290

8391
setup(
8492
name='ndg_httpsclient',
85-
version="0.3.1",
93+
version="0.3.2",
8694
description='Provides enhanced HTTPS support for httplib and urllib2 using '
8795
'PyOpenSSL',
8896
author='Richard Wilkinson and Philip Kershaw',

0 commit comments

Comments
 (0)