We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d29db commit fea79afCopy full SHA for fea79af
setup.py
@@ -13,6 +13,14 @@
13
14
Releases
15
========
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
+
24
0.3.1
25
-----
26
* extended utils functions to support keyword for passing additional urllib2
@@ -82,7 +90,7 @@
82
90
83
91
setup(
84
92
name='ndg_httpsclient',
85
- version="0.3.1",
93
+ version="0.3.2",
86
94
description='Provides enhanced HTTPS support for httplib and urllib2 using '
87
95
'PyOpenSSL',
88
96
author='Richard Wilkinson and Philip Kershaw',
0 commit comments