We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef050bd commit d2e61e3Copy full SHA for d2e61e3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [1.1.1](https://www.github.com/googleapis/python-functions/compare/v1.1.0...v1.1.1) (2021-09-30)
4
+
5
6
+### Bug Fixes
7
8
+* improper types in pagers generation ([ef050bd](https://www.github.com/googleapis/python-functions/commit/ef050bd15318cd9ca4481502411e16bf5c7f2c2e))
9
10
## [1.1.0](https://www.github.com/googleapis/python-functions/compare/v1.0.4...v1.1.0) (2021-09-16)
11
12
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