Skip to content

Commit a0862c1

Browse files
authored
Release 1.6.0a1 (#6273)
1 parent 07abaae commit a0862c1

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

packages/google-api-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## 1.6.0a1
8+
9+
10-18-2018 16:26 PDT
10+
11+
### New Features
12+
- Add methods to api_core used by new autogenerator. ([#6267](https://github.com/googleapis/google-cloud-python/pull/6267))
13+
14+
### Internal / Testing Changes
15+
- Fix branch coverage for un-called callbacks. ([#6242](https://github.com/googleapis/google-cloud-python/pull/6242))
16+
- Fix import order, appeasing lint. ([#6240](https://github.com/googleapis/google-cloud-python/pull/6240))
17+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
18+
719
## 1.5.0
820

921
### New Features

packages/google-api-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-api-core'
2424
description = 'Google API client core library'
25-
version = '1.5.0'
25+
version = '1.6.0a1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)