Skip to content

Commit 76ea761

Browse files
chore(main): release 3.20.1 (#434)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f873d08 commit 76ea761

File tree

7 files changed

+13
-6
lines changed

7 files changed

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

packages/google-cloud-build/CHANGELOG.md

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

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

7+
## [3.20.1](https://github.com/googleapis/python-cloudbuild/compare/v3.20.0...v3.20.1) (2023-10-09)
8+
9+
10+
### Documentation
11+
12+
* Minor formatting ([#433](https://github.com/googleapis/python-cloudbuild/issues/433)) ([165c6e7](https://github.com/googleapis/python-cloudbuild/commit/165c6e78c34cc30e7109598b3dc601998b7117b0))
13+
714
## [3.20.0](https://github.com/googleapis/python-cloudbuild/compare/v3.19.0...v3.20.0) (2023-08-08)
815

916

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.20.0" # {x-release-please-version}
16+
__version__ = "3.20.1" # {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.20.0" # {x-release-please-version}
16+
__version__ = "3.20.1" # {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.20.0" # {x-release-please-version}
16+
__version__ = "3.20.1" # {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.20.1"
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.20.1"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)