Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 0fe9330

Browse files
chore: release 0.35.6 (#676)
🤖 I have created a release \*beep\* \*boop\* --- ### [0.35.6](https://www.github.com/googleapis/gapic-generator-python/compare/v0.35.5...v0.35.6) (2020-10-20) ### Bug Fixes * unknown resources do not cause a generator crash ([#675](https://www.github.com/googleapis/gapic-generator-python/issues/675)) ([2d23d7d](https://www.github.com/googleapis/gapic-generator-python/commit/2d23d7d202099ccf145c01aeb9a03ae46b4e1b00)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
1 parent 2d23d7d commit 0fe9330

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### [0.35.6](https://www.github.com/googleapis/gapic-generator-python/compare/v0.35.5...v0.35.6) (2020-10-20)
4+
5+
6+
### Bug Fixes
7+
8+
* unknown resources do not cause a generator crash ([#675](https://www.github.com/googleapis/gapic-generator-python/issues/675)) ([2d23d7d](https://www.github.com/googleapis/gapic-generator-python/commit/2d23d7d202099ccf145c01aeb9a03ae46b4e1b00))
9+
310
### [0.35.5](https://www.github.com/googleapis/gapic-generator-python/compare/v0.35.4...v0.35.5) (2020-10-19)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2222

23-
version = "0.35.5"
23+
version = "0.35.6"
2424

2525
with io.open(os.path.join(PACKAGE_ROOT, "README.rst")) as file_obj:
2626
README = file_obj.read()

0 commit comments

Comments
 (0)