Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 3b390a5

Browse files
chore: Update gapic-generator-python to v1.8.2 (#138)
* chore: Update gapic-generator-python to v1.8.2 PiperOrigin-RevId: 504289125 Source-Link: googleapis/googleapis@38a48a4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b2dc22663dbe47a972c8d8c2f8a4df013dafdcbc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add gapic_version.py * add gapic_version.py Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 97e5863 commit 3b390a5

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ branch = True
55
show_missing = True
66
omit =
77
google/cloud/bigquery_logging/__init__.py
8+
google/cloud/bigquery_logging/gapic_version.py
89
exclude_lines =
910
# Re-enable the standard pragma
1011
pragma: NO COVER

google/cloud/bigquery_logging_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
from google.cloud.bigquery_logging import gapic_version as package_version
16+
from google.cloud.bigquery_logging_v1 import gapic_version as package_version
1717

1818
__version__ = package_version.__version__
1919

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2022 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "1.2.0" # {x-release-please-version}

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
".": {
55
"release-type": "python",
66
"extra-files": [
7-
"google/cloud/bigquery_logging/gapic_version.py"
7+
"google/cloud/bigquery_logging/gapic_version.py",
8+
"google/cloud/bigquery_logging_v1/gapic_version.py"
89
]
910
}
1011
},
@@ -16,4 +17,4 @@
1617
],
1718
"initial-version": "0.1.0"
1819
}
19-
20+

0 commit comments

Comments
 (0)