Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 337022f

Browse files
1 parent ddf46fa commit 337022f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## [1.1.0](https://www.github.com/googleapis/python-api-gateway/compare/v1.0.4...v1.1.0) (2021-10-11)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-api-gateway"
23-
version = "1.1.0"
23+
version = "1.1.1"
2424
description = "API Gateway client library"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-api-gateway"

0 commit comments

Comments
 (0)