Skip to content

Commit d65417d

Browse files
authored
Release 1.1.1 (#5207)
1 parent f2a0339 commit d65417d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.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+
713
## 1.1.0
814

915
### Interface additions

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
name = 'google-api-core'
2424
description = 'Google API client core library'
25-
version = '1.1.0'
25+
version = '1.1.1'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
30-
release_status = 'Development Status :: 4 - Beta'
30+
release_status = 'Development Status :: 5 - Production/Stable'
3131
dependencies = [
3232
'googleapis-common-protos<2.0dev,>=1.5.3',
3333
'protobuf>=3.0.0',

0 commit comments

Comments
 (0)