File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-auth/#history
66
7+ ## [ 1.16.0] ( https://www.github.com/googleapis/google-auth-library-python/compare/v1.15.0...v1.16.0 ) (2020-05-28)
8+
9+
10+ ### Features
11+
12+ * add helper func to for default encrypted cert ([ #514 ] ( https://www.github.com/googleapis/google-auth-library-python/issues/514 ) ) ([ f282aa4] ( https://www.github.com/googleapis/google-auth-library-python/commit/f282aa4acc73d5b56aa7d4bb745d286c3cf1fc39 ) )
13+
14+
15+ ### Bug Fixes
16+
17+ * fix impersonated cred for gcloud ([ #516 ] ( https://www.github.com/googleapis/google-auth-library-python/issues/516 ) ) ([ eb7be3f] ( https://www.github.com/googleapis/google-auth-library-python/commit/eb7be3fa98ace42b3e949a8af90bbb978ae7e455 ) )
18+
719## [ 1.15.0] ( https://www.github.com/googleapis/google-auth-library-python/compare/v1.14.3...v1.15.0 ) (2020-05-15)
820
921
Original file line number Diff line number Diff line change 3030with io .open ("README.rst" , "r" ) as fh :
3131 long_description = fh .read ()
3232
33- version = "1.15 .0"
33+ version = "1.16 .0"
3434
3535setup (
3636 name = "google-auth" ,
You can’t perform that action at this time.
0 commit comments