Skip to content

Commit

Permalink
Release v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored and nathanielmanistaatgoogle committed Oct 17, 2016
1 parent 36d4e1b commit e2ce004
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.5.4
Version 1.5.4

Bugfix release

- Properly handle errors when the API returns a mapping or sequence. (#289)
- Upgrade to unified uritemplate 3.0.0. (#293)
- Allow oauth2client 4.0.0, with the caveat that file-based discovery
caching is disabled.

v1.5.3
Version 1.5.3

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ def _DetectBadness():
]

install_requires = [
'httplib2>=0.8,<1',
'oauth2client>=1.5.0,<4.0.0',
'six>=1.6.1,<2',
'uritemplate>=3.0.0,<4',
'httplib2>=0.8,<1dev',
'oauth2client>=1.5.0,<5.0.0dev',
'six>=1.6.1,<2dev',
'uritemplate>=3.0.0,<4dev',
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit e2ce004

Please sign in to comment.