Skip to content

Commit 504a6e5

Browse files
author
Jon Wayne Parrott
authored
Release v1.6.7 (#500)
1 parent 0c0c897 commit 504a6e5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v1.6.7
2+
Version 1.6.7
3+
4+
Bugfix release
5+
6+
**Note**: The next release of this library will no longer directly depend on
7+
oauth2client. If you need to use oauth2client, you'll need to explicitly
8+
install it.
9+
10+
- Make body optional for requests with no parameters. (#446)
11+
- Fix retying on socket.timeout. (#495)
12+
- Match travis matrix with tox testenv. (#498)
13+
- Remove oauth2client._helpers dependency. (#493)
14+
- Remove unused keyring test dependency. (#496)
15+
- discovery.py: remove unused oauth2client import. (#492)
16+
- Update README to reference GCP API client libraries. (#490)
17+
118
v1.6.6
219
Version 1.6.6
320

googleapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.6.6"
15+
__version__ = "1.6.7"
1616

1717
# Set default logging handler to avoid "No handler found" warnings.
1818
import logging

0 commit comments

Comments
 (0)