Skip to content

Commit 208201c

Browse files
chore(main): release 3.14.0 (#392)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d0df190 commit 208201c

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.13.0"
2+
".": "3.14.0"
33
}

packages/google-cloud-build/CHANGELOG.md

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

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

7+
## [3.14.0](https://github.com/googleapis/python-cloudbuild/compare/v3.13.0...v3.14.0) (2023-03-23)
8+
9+
10+
### Features
11+
12+
* Add DefaultLogsBucketBehavior to BuildOptions ([#391](https://github.com/googleapis/python-cloudbuild/issues/391)) ([599c938](https://github.com/googleapis/python-cloudbuild/commit/599c9385af35940b077b9094cd4bcd6ab88c0c5c))
13+
14+
15+
### Documentation
16+
17+
* Fix formatting of request arg in docstring ([#397](https://github.com/googleapis/python-cloudbuild/issues/397)) ([1c7725f](https://github.com/googleapis/python-cloudbuild/commit/1c7725fb41eb4278b3db661cae9fc6d9630e704c))
18+
719
## [3.13.0](https://github.com/googleapis/python-cloudbuild/compare/v3.12.0...v3.13.0) (2023-02-17)
820

921

packages/google-cloud-build/google/cloud/devtools/cloudbuild/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__ = "3.13.0" # {x-release-please-version}
16+
__version__ = "3.14.0" # {x-release-please-version}

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/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__ = "3.13.0" # {x-release-please-version}
16+
__version__ = "3.14.0" # {x-release-please-version}

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v2/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__ = "3.13.0" # {x-release-please-version}
16+
__version__ = "3.14.0" # {x-release-please-version}

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v1.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-build",
11-
"version": "0.1.0"
11+
"version": "3.14.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v2.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-build",
11-
"version": "0.1.0"
11+
"version": "3.14.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)