Skip to content

Commit 136ad5c

Browse files
chore(main): release 1.7.0 (#248)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2b7a64e commit 136ad5c

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.3"
2+
".": "1.7.0"
33
}

packages/google-cloud-resource-manager/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://pypi.org/project/google-cloud-resource-manager/#history
66

7+
## [1.7.0](https://github.com/googleapis/python-resource-manager/compare/v1.6.3...v1.7.0) (2022-12-15)
8+
9+
10+
### Features
11+
12+
* Add typing to proto.Message based class attributes ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
13+
14+
15+
### Bug Fixes
16+
17+
* Add dict typing for client_options ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
18+
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
19+
* Drop usage of pkg_resources ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
20+
* Fix timeout default values ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
21+
22+
23+
### Documentation
24+
25+
* **samples:** Snippetgen handling of repeated enum field ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
26+
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([4f0f409](https://github.com/googleapis/python-resource-manager/commit/4f0f40973e4d57e0628cb6adf66e4984f889fd19))
27+
728
## [1.6.3](https://github.com/googleapis/python-resource-manager/compare/v1.6.2...v1.6.3) (2022-10-07)
829

930

packages/google-cloud-resource-manager/google/cloud/resourcemanager/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.6.3" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-resource-manager/google/cloud/resourcemanager_v3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.6.3" # {x-release-please-version}
16+
__version__ = "1.7.0" # {x-release-please-version}

packages/google-cloud-resource-manager/samples/generated_samples/snippet_metadata_google.cloud.resourcemanager.v3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-resource-manager",
11-
"version": "0.1.0"
11+
"version": "1.7.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)