Skip to content

Commit e2a714a

Browse files
chore(main): release 0.63.7 (#1232)
🤖 I have created a release *beep* *boop* --- ### [0.63.7](googleapis/gapic-generator-python@v0.63.6...v0.63.7) (2022-03-08) ### Bug Fixes * resolve issue where rest transport is not used in certain tests ([#1231](googleapis/gapic-generator-python#1231)) ([90ab41a](googleapis/gapic-generator-python@90ab41a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent b1a56ba commit e2a714a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/gapic-generator/CHANGELOG.md

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

33

4+
### [0.63.7](https://github.com/googleapis/gapic-generator-python/compare/v0.63.6...v0.63.7) (2022-03-08)
5+
6+
7+
### Bug Fixes
8+
9+
* resolve issue where rest transport is not used in certain tests ([#1231](https://github.com/googleapis/gapic-generator-python/issues/1231)) ([90ab41a](https://github.com/googleapis/gapic-generator-python/commit/90ab41ab1f1b058ec0eb4a96b973031898f64df0))
10+
411
### [0.63.6](https://github.com/googleapis/gapic-generator-python/compare/v0.63.5...v0.63.6) (2022-03-04)
512

613

packages/gapic-generator/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.63.6"
23+
version = "0.63.7"
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)