Skip to content

Commit 1b6fc23

Browse files
authored
Release google-api-core 1.3.0 (googleapis#5700)
1 parent d8c9fbc commit 1b6fc23

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

api_core/CHANGELOG.md

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

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

7+
## 1.3.0
8+
9+
### New Features
10+
11+
- Add protobuf_helpers.field_mask to calculate a field mask from two messages (#5320)
12+
713
## 1.2.1
814

915
### Implementation Changes

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

0 commit comments

Comments
 (0)