File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Releases
15
15
* Add Trove version classifiers to make it explicit what is supported
16
16
* Add python_requires to help pip
17
17
* Drop support for EOL Python 2.6 and 3.3
18
- Thanks to @hugovk
18
+
19
+ Thanks to @hugovk for contributions
19
20
20
21
0.5.0
21
22
-----
@@ -98,7 +99,7 @@ and 0.14. Version 0.4.0 tested with ``pyOpenSSL`` 0.15.1 and Python 2.7 and
98
99
99
100
Installation
100
101
============
101
- Installation can be performed using easy_install or pip.
102
+ Installation can be performed using `` easy_install `` or `` pip `` .
102
103
103
104
Running ndg_httpclient
104
105
======================
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'ndg_httpsclient' ,
15
- version = "0.5.0 " ,
15
+ version = "0.5.1 " ,
16
16
description = 'Provides enhanced HTTPS support for httplib and urllib2 using '
17
17
'PyOpenSSL' ,
18
18
author = 'Richard Wilkinson and Philip Kershaw' ,
You can’t perform that action at this time.
0 commit comments