Skip to content

Commit 6a787b0

Browse files
committed
Fix release num
1 parent 9cf2d21 commit 6a787b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Releases
1515
* Add Trove version classifiers to make it explicit what is supported
1616
* Add python_requires to help pip
1717
* Drop support for EOL Python 2.6 and 3.3
18-
Thanks to @hugovk
18+
19+
Thanks to @hugovk for contributions
1920

2021
0.5.0
2122
-----
@@ -98,7 +99,7 @@ and 0.14. Version 0.4.0 tested with ``pyOpenSSL`` 0.15.1 and Python 2.7 and
9899

99100
Installation
100101
============
101-
Installation can be performed using easy_install or pip.
102+
Installation can be performed using ``easy_install`` or ``pip``.
102103

103104
Running ndg_httpclient
104105
======================

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='ndg_httpsclient',
15-
version="0.5.0",
15+
version="0.5.1",
1616
description='Provides enhanced HTTPS support for httplib and urllib2 using '
1717
'PyOpenSSL',
1818
author='Richard Wilkinson and Philip Kershaw',

0 commit comments

Comments
 (0)