Skip to content

Commit 37432e2

Browse files
author
Jon Wayne Parrott
committed
Release v1.5.4
1 parent b7122b3 commit 37432e2

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v1.5.4
2+
Version 1.5.4
3+
4+
Bugfix release
5+
6+
- Properly handle errors when the API returns a mapping or sequence. (#289)
7+
- Upgrade to unified uritemplate 3.0.0. (#293)
8+
- Allow oauth2client 4.0.0.
9+
110
v1.5.3
211
Version 1.5.3
312

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ def _DetectBadness():
6363
]
6464

6565
install_requires = [
66-
'httplib2>=0.8,<1',
67-
'oauth2client>=1.5.0,<4.0.0',
68-
'six>=1.6.1,<2',
69-
'uritemplate>=3.0.0,<4',
66+
'httplib2>=0.8,<1dev',
67+
'oauth2client>=1.5.0,<5.0.0dev',
68+
'six>=1.6.1,<2dev',
69+
'uritemplate>=3.0.0,<4dev',
7070
]
7171

7272
if sys.version_info < (2, 7):

0 commit comments

Comments
 (0)