Skip to content

Commit 21bc9ad

Browse files
authored
Release google-api-core 1.3.0 (#5700)
1 parent f09dd04 commit 21bc9ad

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

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)