File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## [ 0.63.0] ( https://github.com/googleapis/gapic-generator-python/compare/v0.62.1...v0.63.0 ) (2022-02-03)
5+
6+
7+ ### Features
8+
9+ * adds dynamic routing files. ([ 8c191a5] ( https://github.com/googleapis/gapic-generator-python/commit/8c191a5475f208213806fff81c0efa1d26216cd9 ) )
10+ * adds dynamic routing. ([ #1135 ] ( https://github.com/googleapis/gapic-generator-python/issues/1135 ) ) ([ 8c191a5] ( https://github.com/googleapis/gapic-generator-python/commit/8c191a5475f208213806fff81c0efa1d26216cd9 ) )
11+ * enable snippetgen for default templates ([ #1171 ] ( https://github.com/googleapis/gapic-generator-python/issues/1171 ) ) ([ c1af051] ( https://github.com/googleapis/gapic-generator-python/commit/c1af051743dde2fb40e028c51de85dfea47a793d ) )
12+
413### [ 0.62.1] ( https://github.com/googleapis/gapic-generator-python/compare/v0.62.0...v0.62.1 ) (2022-02-02)
514
615
Original file line number Diff line number Diff line change 2020
2121PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
2222
23- version = "0.62.1 "
23+ version = "0.63.0 "
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