| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9ac5537 commit cb050d8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ### [2.7.1](https://www.github.com/googleapis/python-secret-manager/compare/v2.7.0...v2.7.1) (2021-09-13) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Bug Fixes | ||
| 7 | + | ||
| 8 | + * add 'dict' type annotation to 'request' ([#193](https://www.github.com/googleapis/python-secret-manager/issues/193)) ([1d5fee4](https://www.github.com/googleapis/python-secret-manager/commit/1d5fee4fe825096947bb125ebcba72fdb6d463c6)) | ||
| 9 | + | ||
| 3 | 10 | ## [2.7.0](https://www.github.com/googleapis/python-secret-manager/compare/v2.6.0...v2.7.0) (2021-08-03) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | 23 | name = "google-cloud-secret-manager" | |
| 24 | 24 | description = "Secret Manager API API client library" | |
| 25 | - version = "2.7.0" | ||
| 25 | + version = "2.7.1" | ||
| 26 | 26 | release_status = "Development Status :: 5 - Production/Stable" | |
| 27 | 27 | dependencies = [ | |
| 28 | 28 | # NOTE: Maintainers, please do not require google-api-core>=2.x.x | |
| Back | FazBrowse Home | New Git URL |
0 commit comments