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
33
4+ ### [ 0.63.2] ( https://github.com/googleapis/gapic-generator-python/compare/v0.63.1...v0.63.2 ) (2022-02-09)
5+
6+
7+ ### Bug Fixes
8+
9+ * fix lint sessions on generated samples ([ #1192 ] ( https://github.com/googleapis/gapic-generator-python/issues/1192 ) ) ([ 4d0ea18] ( https://github.com/googleapis/gapic-generator-python/commit/4d0ea182aa5500eee0f5485e88e14043974ae78b ) )
10+
411### [ 0.63.1] ( https://github.com/googleapis/gapic-generator-python/compare/v0.63.0...v0.63.1 ) (2022-02-03)
512
613
Original file line number Diff line number Diff line change 2020
2121PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
2222
23- version = "0.63.1 "
23+ version = "0.63.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