File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 0.34.2] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.34.1...v0.34.2 ) (2020-09-30)
4+
5+
6+ ### Bug Fixes
7+
8+ * resource messages in method response types generate helpers ([ #629 ] ( https://www.github.com/googleapis/gapic-generator-python/issues/629 ) ) ([ 52bfd6d] ( https://www.github.com/googleapis/gapic-generator-python/commit/52bfd6d5d5821b33e78e6b9867a3be2865cdbc74 ) )
9+
310### [ 0.34.1] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.34.0...v0.34.1 ) (2020-09-30)
411
512
Original file line number Diff line number Diff line change 2020
2121PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
2222
23- version = "0.34.1 "
23+ version = "0.34.2 "
2424
2525with io .open (os .path .join (PACKAGE_ROOT , "README.rst" )) as file_obj :
2626 README = file_obj .read ()
You can’t perform that action at this time.
0 commit comments