File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-api-core/#history
6
6
7
+ ## 1.1.1
8
+
9
+ ### Internal / Testing Changes
10
+ - Use ` install_requires ` for platform dependencies instead of ` extras_require ` (#4991 )
11
+ - Update trove classifer to '5 - Production/Stable'
12
+
7
13
## 1.1.0
8
14
9
15
### Interface additions
Original file line number Diff line number Diff line change 22
22
23
23
name = 'google-api-core'
24
24
description = 'Google API client core library'
25
- version = '1.1.0 '
25
+ version = '1.1.1 '
26
26
# Should be one of:
27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
29
29
# 'Development Status :: 5 - Production/Stable'
30
- release_status = 'Development Status :: 4 - Beta '
30
+ release_status = 'Development Status :: 5 - Production/Stable '
31
31
dependencies = [
32
32
'googleapis-common-protos<2.0dev,>=1.5.3' ,
33
33
'protobuf>=3.0.0' ,
You can’t perform that action at this time.
0 commit comments