We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8a69d commit c0c265dCopy full SHA for c0c265d
packages/google-cloud-billing/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [1.1.1](https://www.github.com/googleapis/python-billing/compare/v1.1.0...v1.1.1) (2021-02-11)
4
+
5
6
+### Bug Fixes
7
8
+* update retry and timeout settings ([#38](https://www.github.com/googleapis/python-billing/issues/38)) ([8dbad86](https://www.github.com/googleapis/python-billing/commit/8dbad869521924fc3f7d7dc2d4f5d7e9100874b3))
9
10
## [1.1.0](https://www.github.com/googleapis/python-billing/compare/v1.0.0...v1.1.0) (2020-11-17)
11
12
packages/google-cloud-billing/setup.py
@@ -19,7 +19,7 @@
19
import os
20
import setuptools # type: ignore
21
22
-version = "1.1.0"
+version = "1.1.1"
23
24
package_root = os.path.abspath(os.path.dirname(__file__))
25
0 commit comments