You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
19
19
Releases
20
20
========
21
+
0.4.3
22
+
-----
23
+
* Minor fix for installation: set minimum release for ``pyasn1`` to avoid conflicts with Ubuntu install - see https://github.com/cedadev/ndg_httpsclient/issues/5 and https://github.com/cedadev/ndg_httpsclient/pull/10.
24
+
21
25
0.4.2
22
26
-----
23
27
* Fix to bug in ``ndg.httpsclient.utils.open_url`` - duplicate open call.
@@ -118,7 +122,7 @@
118
122
119
123
setup(
120
124
name='ndg_httpsclient',
121
-
version="0.4.2",
125
+
version="0.4.3",
122
126
description='Provides enhanced HTTPS support for httplib and urllib2 using '
123
127
'PyOpenSSL',
124
128
author='Richard Wilkinson and Philip Kershaw',
@@ -128,7 +132,6 @@
128
132
license='BSD - See ndg/httpsclient/LICENCE file for details',
0 commit comments