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.33.8] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.33.7...v0.33.8 ) (2020-09-25)
4+
5+
6+ ### Bug Fixes
7+
8+ * handle repeated fields in method signatures ([ #445 ] ( https://www.github.com/googleapis/gapic-generator-python/issues/445 ) ) ([ 3aae799] ( https://www.github.com/googleapis/gapic-generator-python/commit/3aae799f62a1f5d3b0506d919cc6080ee417f14b ) )
9+
310### [ 0.33.7] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.33.6...v0.33.7 ) (2020-09-24)
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.33.7 "
23+ version = "0.33.8 "
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