Skip to content

Commit

Permalink
chore(main): release 3.13.0 (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 24, 2023
1 parent c4476a5 commit 5d61403
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-build/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.12.0"
".": "3.13.0"
}
12 changes: 12 additions & 0 deletions packages/google-cloud-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.13.0](https://github.com/googleapis/python-cloudbuild/compare/v3.12.0...v3.13.0) (2023-02-17)


### Features

* Enable "rest" transport in Python for services supporting numeric enums ([0c4d84f](https://github.com/googleapis/python-cloudbuild/commit/0c4d84f6bec2e1097b140ad167785236ff52d11c))


### Bug Fixes

* Remove empty v2.CloudBuild definition ([0c4d84f](https://github.com/googleapis/python-cloudbuild/commit/0c4d84f6bec2e1097b140ad167785236ff52d11c))

## [3.12.0](https://github.com/googleapis/python-cloudbuild/compare/v3.11.1...v3.12.0) (2023-02-04)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.12.0" # {x-release-please-version}
__version__ = "3.13.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.12.0" # {x-release-please-version}
__version__ = "3.13.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.12.0" # {x-release-please-version}
__version__ = "3.13.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-build",
"version": "0.1.0"
"version": "3.13.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-build",
"version": "0.1.0"
"version": "3.13.0"
},
"snippets": [
{
Expand Down

0 comments on commit 5d61403

Please sign in to comment.