We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf03d0a commit a3f13faCopy full SHA for a3f13fa
api_core/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
[1]: https://pypi.org/project/google-api-core/#history
6
7
+## 1.1.2
8
+
9
+### Packaging
10
+- Update setuptools before packaging (#5265)
11
12
## 1.1.1
13
14
### Internal / Testing Changes
api_core/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-api-core'
24
description = 'Google API client core library'
25
-version = '1.1.1'
+version = '1.1.2'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments