File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.1.1] ( https://www.github.com/googleapis/python-api-gateway/compare/v1.1.0...v1.1.1 ) (2021-11-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** drop packaging dependency ([ ddf46fa] ( https://www.github.com/googleapis/python-api-gateway/commit/ddf46faab34fee5c5e23578f9fcdd5f038f8708a ) )
9
+ * ** deps:** require google-api-core >= 1.28.0 ([ ddf46fa] ( https://www.github.com/googleapis/python-api-gateway/commit/ddf46faab34fee5c5e23578f9fcdd5f038f8708a ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * list oneofs in docstring ([ ddf46fa] ( https://www.github.com/googleapis/python-api-gateway/commit/ddf46faab34fee5c5e23578f9fcdd5f038f8708a ) )
15
+
3
16
## [ 1.1.0] ( https://www.github.com/googleapis/python-api-gateway/compare/v1.0.4...v1.1.0 ) (2021-10-11)
4
17
5
18
Original file line number Diff line number Diff line change 20
20
import setuptools # type: ignore
21
21
22
22
name = "google-cloud-api-gateway"
23
- version = "1.1.0 "
23
+ version = "1.1.1 "
24
24
description = "API Gateway client library"
25
25
release_status = "Development Status :: 5 - Production/Stable"
26
26
url = "https://github.com/googleapis/python-api-gateway"
You can’t perform that action at this time.
0 commit comments