Skip to content

Commit a42b0f1

Browse files
authored
Release 1.10.0 (#7814)
1 parent a2c1f6c commit a42b0f1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

api_core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## 1.10.0
8+
9+
04-29-2019 10:12 PDT
10+
11+
### Implementation Changes
12+
13+
- Append leading zeros for nanosecond precision DateTimes
14+
([#7663](https://github.com/googleapis/google-cloud-python/pull/7663))
15+
16+
### New Features
17+
18+
- Add `user_agent` property to `ClientInfo`
19+
([#7799](https://github.com/googleapis/google-cloud-python/pull/7799))
20+
721
## 1.9.0
822

923
04-05-2019 10:38 PDT

api_core/setup.py

+1-1
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.9.0"
25+
version = "1.10.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)