This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.30.0] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.29.2...v0.30.0 ) (2020-07-27)
4+
5+
6+ ### Features
7+
8+ * precache wrapped rpcs ([ #553 ] ( https://www.github.com/googleapis/gapic-generator-python/issues/553 ) ) ([ 2f2fb5d] ( https://www.github.com/googleapis/gapic-generator-python/commit/2f2fb5d3d9472a79c80be6d052129d07d2bbb835 ) )
9+
310### [ 0.29.2] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.29.1...v0.29.2 ) (2020-07-23)
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.29.2 "
23+ version = "0.30.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