Skip to content

Commit f568487

Browse files
committed
v0.17.3 release
1 parent fa0c4d2 commit f568487

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.17.3
2+
3+
IronPython2.7: relative import iri2uri fixes ImportError
4+
https://github.com/httplib2/httplib2/pull/163
5+
16
0.17.2
27

38
python3 + debug + IPv6 disabled: https raised

python2/httplib2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Alex Yu",
2020
]
2121
__license__ = "MIT"
22-
__version__ = '0.17.2'
22+
__version__ = '0.17.3'
2323

2424
import base64
2525
import calendar

python3/httplib2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Alex Yu",
1616
]
1717
__license__ = "MIT"
18-
__version__ = '0.17.2'
18+
__version__ = '0.17.3'
1919

2020
import base64
2121
import calendar

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66
pkgdir = {"": "python%s" % sys.version_info[0]}
7-
VERSION = '0.17.2'
7+
VERSION = '0.17.3'
88

99

1010
# `python setup.py test` uses existing Python environment, no virtualenv, no pip.

0 commit comments

Comments
 (0)