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.28.1] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.28.0...v0.28.1 ) (2020-07-16)
4+
5+
6+ ### Bug Fixes
7+
8+ * remove typo from py_gapic.bzl ([ #532 ] ( https://www.github.com/googleapis/gapic-generator-python/issues/532 ) ) ([ 2975c2d] ( https://www.github.com/googleapis/gapic-generator-python/commit/2975c2d76e08b5ee5324730707707d9dd6ced8ae ) )
9+
310## [ 0.28.0] ( https://www.github.com/googleapis/gapic-generator-python/compare/v0.27.0...v0.28.0 ) (2020-07-16)
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.28.0 "
23+ version = "0.28.1 "
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