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.32.4] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.32.3...v0.32.4 ) (2020-09-03)
4+
5+
6+ ### Bug Fixes
7+
8+ * rendering mock values for recursive messages no longer crashes ([ #587 ] ( https://www.github.com/googleapis/gapic-generator-python/issues/587 ) ) ([ c2a83e5] ( https://www.github.com/googleapis/gapic-generator-python/commit/c2a83e561bf46b4af21e9008c7d67a1c609d7d06 ) )
9+
310### [ 0.32.3] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.32.2...v0.32.3 ) (2020-08-28)
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.32.3 "
23+ version = "0.32.4 "
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